hi,

 i am on puppet 4.3 and on debian jessie with sysV init system (  not 
systemd). I have issues because even if i put:

Service{
        provider        =>      $operatingsystem ? {
                                        Debian  =>      'debian',
                                }
}


in site.pp puppet still try to call systemctl:

Debug: Executing: 'systemctl is-active postfix'
Debug: Executing: 'systemctl is-active ssh'
Debug: Executing: 'systemctl is-active proftpd'


 i don't know why it insist on using systemd that is not installed and not 
used in any recipe when we told it to use debian style init.

even if i REMOVE 
/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/provider/service/systemd.rb 
, IT STILL CALL systemctl.. this drive me mad....

 Any ideas ?



regards,
Ghislain.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/96589415-ae39-46bc-8a63-d70a528b5a29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to