Whitespace only cleanup of Class[nginx::service]
This commit is contained in:
parent
1a3d758d4b
commit
c1166fde1a
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ class nginx::service {
|
|||
}
|
||||
service { "nginx":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
hasrestart => true,
|
||||
subscribe => Exec['rebuild-nginx-vhosts'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue