aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-31 01:47:16 +0000
committerMichael Scherer <misc@mageia.org>2011-03-31 01:47:16 +0000
commit4012f2949a75ea498d9380d2938326e898cf6f93 (patch)
tree820ce3cc0e42472509275b3b91a508c340417f93 /manifests
parentc3b011082d7c0a0e28847e82bd7824a7f9bb3c14 (diff)
downloadpuppet-4012f2949a75ea498d9380d2938326e898cf6f93.tar
puppet-4012f2949a75ea498d9380d2938326e898cf6f93.tar.gz
puppet-4012f2949a75ea498d9380d2938326e898cf6f93.tar.bz2
puppet-4012f2949a75ea498d9380d2938326e898cf6f93.tar.xz
puppet-4012f2949a75ea498d9380d2938326e898cf6f93.zip
move this to nodes.pp, to prepare move of common to deployment
Diffstat (limited to 'manifests')
-rw-r--r--manifests/common.pp4
-rw-r--r--manifests/nodes.pp3
2 files changed, 3 insertions, 4 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 0e54c167..9d481626 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -1,7 +1,3 @@
-# to not repeat the setting everywhere
-Exec { path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/" }
-
-
class base_packages {
# packages installed everywhere
# asked by misc : screen, vim-enhanced, htop, lsof, tcpdump, less, lvm2, lshw, iotop
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index b6c1c2a7..5eee2911 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -1,3 +1,6 @@
+# to not repeat the setting everywhere
+Exec { path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/" }
+
# svn, big important server
node valstar {
# Location: IELO datacenter (marseille)