From b417a5182fe466c79d5bf8157769f76ade3ad2f1 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Wed, 15 Jan 2014 16:59:12 +0000 Subject: [PATCH] it's a template, not a static file Signed-off-by: Stephen Gran --- modules/roles/manifests/pubsub/config.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/roles/manifests/pubsub/config.pp b/modules/roles/manifests/pubsub/config.pp index 7c9e38d3..07289d39 100644 --- 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, } } -- 2.39.2