diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-09 15:01:12 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-09 15:01:12 +0000 |
commit | e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca (patch) | |
tree | e6fa8ff3ff25eadfe39aea5c57740a8250055264 /manifests/nodes.pp | |
parent | cfcfba74901f99fc55447292b5116b1bbd6f47ce (diff) | |
download | puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar.gz puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar.bz2 puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.tar.xz puppet-e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca.zip |
- rename iurt to buildsystem
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r-- | manifests/nodes.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 3683985c..6948f1d2 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -60,7 +60,7 @@ node jonund { # Location: IELO datacenter (marseille) # include default_mageia_server - #include iurt + #include buildsystem::buildnode timezone::timezone { "Europe/Paris": } } @@ -68,7 +68,7 @@ node ecosse { # Location: IELO datacenter (marseille) # include default_mageia_server - include iurt + include buildsystem::buildnode timezone::timezone { "Europe/Paris": } } |