X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7d2a68fd7c65b8c8299257fc85c7e357586f0b0..7c7afb1d38ee01317d5d746c6fcadc7b0bcfa91a:/roles/zcu.rb diff --git a/roles/zcu.rb b/roles/zcu.rb deleted file mode 100644 index 8420c54d9..000000000 --- a/roles/zcu.rb +++ /dev/null @@ -1,20 +0,0 @@ -name "zcu" -description "Role applied to all servers at University of West Bohemia" - -default_attributes( - :hosted_by => "University of West Bohemia", - :location => "Pilsen, Czech Republic" -) - -override_attributes( - :networking => { - :nameservers => ["147.228.3.3", "147.228.52.11"] - }, - :ntp => { - :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"] - } -) - -run_list( - "role[cz]" -)