Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. [root@exporter test]# puppet -e 'service{bogus: ensure=>stopped}' -d
  2. debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist
  3. debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist
  4. debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist
  5. debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist
  6. debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist
  7. debug: Creating default schedules
  8. info: Applying configuration version '1263859856'
  9. debug: Service[bogus](provider=redhat): Executing 'ps -ef'
  10. debug: Service[bogus](provider=redhat): PID is 3041
  11. debug: //Service[bogus]: Changing ensure
  12. debug: //Service[bogus]: 1 change(s)
  13. debug: Service[bogus](provider=redhat): Executing '/sbin/service bogus stop'
  14. err: //Service[bogus]/ensure: change from running to stopped failed: Could not stop Service[bogus]: Execution of '/sbin/service bogus stop' returned 1: at line 1
  15. debug: Finishing transaction -613704488 with 1 changes
  16. [root@exporter test]#
Add Comment
Please, Sign In to add comment