From a8b750375306a06c2204b7ce63d0d181858f1dc0 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 24 Feb 2026 18:21:28 +0000 Subject: [PATCH] Switch albi to use cinc --- roles/albi.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/albi.rb b/roles/albi.rb index 8608554e5..5b8086059 100644 --- a/roles/albi.rb +++ b/roles/albi.rb @@ -2,6 +2,11 @@ name "albi" description "Master role applied to albi" default_attributes( + :chef => { + :client => { + :cinc => true + } + }, :networking => { :interfaces => { :external => { -- 2.47.3