aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-09 15:01:12 +0000
committerMichael Scherer <misc@mageia.org>2010-11-09 15:01:12 +0000
commite6e97d7218a4a60cc13ae9a07377b3e78c7c90ca (patch)
treee6fa8ff3ff25eadfe39aea5c57740a8250055264 /manifests
parentcfcfba74901f99fc55447292b5116b1bbd6f47ce (diff)
downloadpuppet-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')
-rw-r--r--manifests/nodes.pp4
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": }
}