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 e4ad481 commit df39834Copy full SHA for df39834
manifests/unicorn.pp
@@ -23,7 +23,7 @@
23
notify => Exec['systemd-reload'],
24
}
25
exec{'systemd-reload':
26
- exec => 'systemctl daemon-reload',
+ command => '/usr/bin/systemctl daemon-reload',
27
refreshonly => 'true',
28
notify => Service['unicorn-puppetmaster'],
29
@@ -36,7 +36,7 @@
36
# hacky vhost
37
file {'puppetmaster-vhost':
38
path => '/etc/nginx/sites-available/puppetmaster',
39
- source => 'puppet:///puppet/puppetmaster',
+ source => 'puppet:///modules/puppet/puppetmaster',
40
} ->
41
file {'enable-puppetmaster-vhost':
42
path => '/etc/nginx/sites-enabled/puppetmaster',
0 commit comments