We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad28c0 commit 710ffa1Copy full SHA for 710ffa1
manifests/unicorn.pp
@@ -36,7 +36,7 @@
36
# hacky vhost
37
file {'puppetmaster-vhost':
38
path => '/etc/nginx/sites-available/puppetmaster',
39
- source => 'puppet:///templates/puppet/puppetmaster',
+ content => template('puppet/puppetmaster'),
40
} ->
41
file {'enable-puppetmaster-vhost':
42
path => '/etc/nginx/sites-enabled/puppetmaster',
0 commit comments