aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-12 15:28:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-12 15:28:40 -0300
commit89e7bbc049ec7ccdee31795ca3446513147714e7 (patch)
treefa18d4ab62f7933e14db734bf7a4f5363613cdb0 /manifests/subsystem
parentfba630f16dc6d23e474ed130b6b43ade7676f620 (diff)
parentd40e1d8d5a91ddb040ee27a990ef7be571761157 (diff)
downloadpuppet-nodo-89e7bbc049ec7ccdee31795ca3446513147714e7.tar.gz
puppet-nodo-89e7bbc049ec7ccdee31795ca3446513147714e7.tar.bz2
Merge branch 'master' into develop
Diffstat (limited to 'manifests/subsystem')
-rw-r--r--manifests/subsystem/local.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/subsystem/local.pp b/manifests/subsystem/local.pp
index be02bbe..7021646 100644
--- a/manifests/subsystem/local.pp
+++ b/manifests/subsystem/local.pp
@@ -1,6 +1,7 @@
class nodo::subsystem::local {
file { "/etc/rc.local":
- source => "puppet:///modules/nodo/etc/rc.local",
+ source => [ "puppet:///modules/site_nodo/etc/rc.local.${::hostname}",
+ "puppet:///modules/nodo/etc/rc.local" ],
owner => "root",
group => "root",
mode => 0755,