diff options
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/puppet/provider/service/upstart.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/puppet/provider/service/upstart.rb b/lib/puppet/provider/service/upstart.rb index 915de4c0b..54971eeac 100755 --- a/lib/puppet/provider/service/upstart.rb +++ b/lib/puppet/provider/service/upstart.rb @@ -6,9 +6,6 @@ Puppet::Type.type(:service).provide :upstart, :parent => :init do See: * http://upstart.ubuntu.com/ " - # Note: I did not set default for Ubuntu - # defaultfor :operatingsystem => :ubuntu - # confine to :ubuntu for now because I haven't tested on other platforms confine :operatingsystem => :ubuntu #[:ubuntu, :fedora, :debian] @@ -37,7 +34,7 @@ Puppet::Type.type(:service).provide :upstart, :parent => :init do else line.split.first end - instances << new(:name => name) #, :path => "/etc/init/#{name}.conf") + instances << new(:name => name) } } instances |
