@nacc, I aggregated all the commits you mentioned in update 5. I needed
to apply some parts manually, especially for the spec/ tests portions.


# upstart is required to confuse Puppet
apt-get install -y puppet-common upstart tftpd-hpa

# fails
puppet apply -e "service { 'tftpd-hpa': ensure => stopped }"

# install fixed package
dpkg -i puppet-common_3.8.5-2ubuntu1_all.deb

# works
puppet apply -e "service { 'tftpd-hpa': ensure => stopped }" # works

** Patch added: "lp1570472-version-2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1570472/+attachment/4675541/+files/lp1570472-version-2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570472

Title:
  Set systemd as default service provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1570472/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to