projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make karm the database master
[chef.git]
/
roles
/
unizar.rb
diff --git
a/roles/unizar.rb
b/roles/unizar.rb
index 1d91a06157be0dfafa8ee0ac1632334e35146bde..f9d5d12377e1d92f9eb4034886ccb0e51f8c181e 100644
(file)
--- a/
roles/unizar.rb
+++ b/
roles/unizar.rb
@@
-4,6
+4,7
@@
description "Role applied to all servers at University of Zaragoza"
default_attributes(
:accounts => {
:users => {
default_attributes(
:accounts => {
:users => {
+ :osluz => { :status => :administrator }
}
},
:hosted_by => "University of Zaragoza",
}
},
:hosted_by => "University of Zaragoza",
@@
-18,6
+19,12
@@
default_attributes(
}
)
}
)
+override_attributes(
+ :ntp => {
+ :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
+ }
+)
+
run_list(
"role[es]"
)
run_list(
"role[es]"
)