projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7396dc
)
it's a template, not a static file
author
Stephen Gran
<steve@lobefin.net>
Wed, 15 Jan 2014 16:59:12 +0000
(16:59 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Wed, 15 Jan 2014 16:59:12 +0000
(16:59 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/roles/manifests/pubsub/config.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/pubsub/config.pp
b/modules/roles/manifests/pubsub/config.pp
index
7c9e38d
..
07289d3
100644
(file)
--- a/
modules/roles/manifests/pubsub/config.pp
+++ b/
modules/roles/manifests/pubsub/config.pp
@@
-60,8
+60,8
@@
define roles::pubsub::config (
include roles::pubsub::config::setup
concat::fragment { "pubsub_conf_${name}":
- target => '/etc/dsa/pubsub.conf',
-
source => 'puppet:///modules/roles/pubsub/pubsub.conf.erb'
,
- order => $order,
+ target
=> '/etc/dsa/pubsub.conf',
+
content => template('roles/pubsub/pubsub.conf.erb')
,
+ order
=> $order,
}
}