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 c6da2dc commit 07980f8Copy full SHA for 07980f8
modules/nginx/manifests/init.pp
@@ -19,13 +19,14 @@
19
exec { 'nginx-reload':
20
command => '/usr/sbin/service nginx reload',
21
refreshonly => true,
22
- require => Package['nginx-full'],
+ require => Package['nginx-full'],
23
}
24
25
file { '/etc/nginx/nginx.conf':
26
- ensure => file,
27
- source => 'puppet:///modules/nginx/nginx.conf',
28
- notify => Exec['nginx-reload'],
+ ensure => file,
+ source => 'puppet:///modules/nginx/nginx.conf',
29
+ notify => Exec['nginx-reload'],
30
31
32
file { [ '/etc/nginx/conf.d', '/etc/nginx/sites-available', '/etc/nginx/sites-enabled' ]:
0 commit comments