Skip to content

Commit

Permalink
Whitespace only cleanup of Class[nginx::service]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McCune committed Jan 3, 2012
1 parent 1a3d758 commit c1166fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
}
service { "nginx":
ensure => running,
enable => true,
enable => true,
hasstatus => true,
hasrestart => true,
subscribe => Exec['rebuild-nginx-vhosts'],
}
}

0 comments on commit c1166fd

Please sign in to comment.