Re: [Puppet-dev] Systemd vs RedHat service providers on is-enabled=static

2016-04-07 Thread Trevor Vaughan
I think that, if the service is 'static' then the enable/disable state should be disregarded. You don't want to error out on this because you'll now have to have a million if/else cases for every OS out there that the Providers really should "just handle". I would just make it a noop and note it

[Puppet-dev] Systemd vs RedHat service providers on is-enabled=static

2016-04-07 Thread Michael Smith
PUP-5353 notes an inconsistency between the RedHat and Systemd providers (on EL7) in how they treat the `static` state returned by `systemctl is-enabled`. Based on the systemctl description