description "Role applied to all servers at OSUOSL"
default_attributes(
+ :accounts => {
+ :users => {
+ :osuadmin => { :status => :administrator }
+ }
+ },
:networking => {
- :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+ :nameservers => ["8.8.8.8", "8.8.4.4"],
:roles => {
:external => {
:zone => "ool",
override_attributes(
:ntp => {
- :servers => [ "ntp.osuosl.org" ]
+ :servers => ["ntp.osuosl.org"]
}
)