Skip to content

Commit

Permalink
Enable upstart for more than just ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 18, 2012
1 parent 3a49c1b commit f635e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/service/upstart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
on Ubuntu. For `upstart` documentation, see <http://upstart.ubuntu.com/>.
"
# confine to :ubuntu for now because I haven't tested on other platforms
confine :operatingsystem => :ubuntu #[:ubuntu, :fedora, :debian]
confine :operatingsystem => [:ubuntu, :fedora, :debian, :redhat, :centos]

commands :start => "/sbin/start",
:stop => "/sbin/stop",
Expand Down

0 comments on commit f635e13

Please sign in to comment.