Skip to content

Commit

Permalink
Merge branch 'pull/2869/head'
Browse files Browse the repository at this point in the history
* pull/2869/head:
  (PUP-3010) Allow Upstart jobs on Amazon Linux
  • Loading branch information
Iristyle committed Sep 30, 2014
2 parents 199f8cb + 0fe4898 commit 6607c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/provider/service/upstart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
confine :any => [
Facter.value(:operatingsystem) == 'Ubuntu',
(Facter.value(:osfamily) == 'RedHat' and Facter.value(:operatingsystemrelease) =~ /^6\./),
Facter.value(:operatingsystem) == 'Amazon'
]

defaultfor :operatingsystem => :ubuntu
Expand Down

0 comments on commit 6607c11

Please sign in to comment.