# Set the default client version
default[:chef][:client][:version] = "18.8.54"
-# Default to using the chef client
-default[:chef][:client][:cinc] = false
+# Default to using the cinc client
+default[:chef][:client][:cinc] = true
description "Master role applied to albi"
default_attributes(
- :chef => {
- :client => {
- :cinc => true
- }
- },
:networking => {
:interfaces => {
:external => {
description "Master role applied to meraxes"
default_attributes(
- :chef => {
- :client => {
- :cinc => true
- }
- },
:networking => {
:interfaces => {
:external => {
:yuri => { :status => :user }
}
},
- :chef => {
- :client => {
- :cinc => true
- }
- },
:networking => {
:interfaces => {
:internal => {
:mmiler => { :status => :administrator }
}
},
- :chef => {
- :client => {
- :cinc => true
- }
- },
:location => "Zagreb, Croatia",
:networking => {
:interfaces => {
:async_request_worker_factor => 4
}
},
- :chef => {
- :client => {
- :cinc => true
- }
- },
:memcached => {
:memory_limit => 8192
},