Issue #7140 has been updated by Daniel Pittman. Status changed from In Topic Branch Pending Review to Merged - Pending Release
---------------------------------------- Bug #7140: overzealous warnings when querying services on debian https://projects.puppetlabs.com/issues/7140 Author: Nigel Kersten Status: Merged - Pending Release Priority: Normal Assignee: Category: Target version: Telly Affected Puppet version: 2.6.0 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/375 Debian: <pre> # puppet resource service warning: Service rcS found in both debian and init; skipping the init version warning: Service hostname.sh found in both debian and init; skipping the init version warning: Service mountall-bootclean.sh found in both debian and init; skipping the init version warning: Service halt found in both debian and init; skipping the init version warning: Service hwclock.sh found in both debian and init; skipping the init version warning: Service mountall.sh found in both debian and init; skipping the init version warning: Service glibc.sh found in both debian and init; skipping the init version warning: Service rc found in both debian and init; skipping the init version warning: Service module-init-tools found in both debian and init; skipping the init version warning: Service acpid found in both debian and init; skipping the init version warning: Service networking found in both debian and init; skipping the init version warning: Service single found in both debian and init; skipping the init version warning: Service umountnfs.sh found in both debian and init; skipping the init version warning: Service stop-bootlogd found in both debian and init; skipping the init version warning: Service keymap.sh found in both debian and init; skipping the init version warning: Service console-screen.sh found in both debian and init; skipping the init version warning: Service rsync found in both debian and init; skipping the init version warning: Service killprocs found in both debian and init; skipping the init version warning: Service cron found in both debian and init; skipping the init version warning: Service reboot found in both debian and init; skipping the init version warning: Service udev found in both debian and init; skipping the init version warning: Service urandom found in both debian and init; skipping the init version warning: Service umountroot found in both debian and init; skipping the init version warning: Service checkfs.sh found in both debian and init; skipping the init version warning: Service mountdevsubfs.sh found in both debian and init; skipping the init version warning: Service atd found in both debian and init; skipping the init version warning: Service ifupdown-clean found in both debian and init; skipping the init version warning: Service checkroot.sh found in both debian and init; skipping the init version warning: Service procps found in both debian and init; skipping the init version warning: Service mtab.sh found in both debian and init; skipping the init version warning: Service sendsigs found in both debian and init; skipping the init version warning: Service openbsd-inetd found in both debian and init; skipping the init version warning: Service ifupdown found in both debian and init; skipping the init version warning: Service mountoverflowtmp found in both debian and init; skipping the init version warning: Service umountfs found in both debian and init; skipping the init version warning: Service bootlogd found in both debian and init; skipping the init version warning: Service mountkernfs.sh found in both debian and init; skipping the init version warning: Service exim4 found in both debian and init; skipping the init version warning: Service stop-bootlogd-single found in both debian and init; skipping the init version warning: Service portmap found in both debian and init; skipping the init version warning: Service rsyslog found in both debian and init; skipping the init version warning: Service nfs-common found in both debian and init; skipping the init version warning: Service x11-common found in both debian and init; skipping the init version warning: Service mountnfs-bootclean.sh found in both debian and init; skipping the init version warning: Service mountnfs.sh found in both debian and init; skipping the init version warning: Service ssh found in both debian and init; skipping the init version warning: Service udev-mtab found in both debian and init; skipping the init version warning: Service hwclockfirst.sh found in both debian and init; skipping the init version warning: Service rmnologin found in both debian and init; skipping the init version warning: Service bootmisc.sh found in both debian and init; skipping the init version warning: Service tomcat found in both debian and init; skipping the init version warning: Service rc.local found in both debian and init; skipping the init version service { 'acpid': ensure => 'running', enable => 'false', } [service listing follows] </pre> We should probably downgrade this to a debug level message. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
