Skip to content

Instantly share code, notes, and snippets.

@grahamgilbert
Created May 15, 2012 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamgilbert/2704101 to your computer and use it in GitHub Desktop.
Save grahamgilbert/2704101 to your computer and use it in GitHub Desktop.
Tech support user
user { 'techsupport':
ensure => 'present',
groups => 'admin',
comment => 'Tech Support',
gid => '20',
home => '/Users/techsupport',
password => $password,
shell => '/bin/bash',
uid => '404',
}
@glarizza
Copy link

If you've not already seen, check out http://docs.puppetlabs.com/references/stable/type.html#user

Are you getting an error with running this? What's the error?

Have you tried managing from the group side? A la:

group { 'admin':
  ensure  => 'present',
  gid     => '80',
  members => ['root', 'gary', 'sysop'],
}

@grahamgilbert
Copy link
Author

Yes, that works, but if we have other admin users they get demoted, right? We have users who are admins of their own machines. I was hoping that I'd just be able to append our user to the admin group.

@glarizza
Copy link

Not saying the group is a permanent solution; just trying to figure out what resources your system will or won't ensure for the system.

What specific error do you get when you try to declare the user resource above on the system? Try running puppet with --debug from the commandline and dropping that in a comment/pastie

@grahamgilbert
Copy link
Author

Here's both outputs - first is explicitly specifying the group members, second isn't.

Explicitly specifying the group members

debug: Puppet::Type::Group::ProviderDirectoryservice: Executing '/usr/bin/dscl -plist . -list /Groups'
debug: Puppet::Type::Group::ProviderDirectoryservice: Executing '/usr/bin/dscl -plist . -read /Groups/admin'
debug: Groupadmin: Executing 'dseditgroup -o edit -n . -a techsupport admin'
notice: /Stage[main]/Mac::Mb_techsupport/Techsupport[techsupport]/Group[admin]/members: members changed 'root,test' to 'root,techsupport,test'
debug: /Stage[main]/Mac::Mb_techsupport/Techsupport[techsupport]/Group[admin]: The container Techsupport[techsupport] will propagate my refresh event
debug: Puppet::Type::User::ProviderDirectoryservice: Executing '/usr/bin/dscl -plist . -list /Users'
debug: Puppet::Type::User::ProviderDirectoryservice: Executing '/usr/bin/dscl -plist . -read /Users/techsupport'
debug: Puppet::Type::User::ProviderDirectoryservice: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /var/db/dslocal/nodes/Default/users/techsupport.plist'
debug: Converting binary plist to XML
debug: Executing: 'plutil -convert xml1 -o - -'
debug: Converting XML values to a hash.
notice: /Stage[main]/Mac::Mb_techsupport/Techsupport[techsupport]/User[techsupport]/groups: groups changed '' to 'admin'
info: /Stage[main]/Mac::MMb_techsupport/Techsupport[techsupport]/User[techsupport]: Scheduling refresh of Exec[hideuser]
info: /Stage[main]/Mac::Mb_techsupport/Techsupport[techsupport]/User[techsupport]: Scheduling refresh of Exec[kickARD]
debug: /Stage[main]/Mac::Mb_techsupport/Techsupport[techsupport]/User[techsupport]: The container Techsupport[techsupport] will propagate my refresh event

Not specifying the group members

debug: Puppet::Type::User::ProviderDirectoryservice: Executing '/usr/bin/dscl -plist . -list /Users'
debug: Puppet::Type::User::ProviderDirectoryservice: Executing '/usr/bin/dscl -plist . -read /Users/techsupport'
debug: Puppet::Type::User::ProviderDirectoryservice: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /var/db/dslocal/nodes/Default/users/techsupport.plist'
debug: Converting binary plist to XML
debug: Executing: 'plutil -convert xml1 -o - -'
debug: Converting XML values to a hash.
notice: /Stage[main]/Mac::Mb_techsupport/Techsupport[techsupport]/User[techsupport]/groups: groups changed '' to 'admin'

@glarizza
Copy link

Are you having problems with it failing or not working (for specifying the groups members with the user resource)? It looks like it's making the changes? Are there any error messages? Maybe you can copy the entire output of the puppet run?

@grahamgilbert
Copy link
Author

Here's the full output. This results in a standard user being made.

test-imac:~ test$ sudo puppet agent --test --verbose --debug
debug: Failed to load library 'shadow' for feature 'libshadow'
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Puppet::Type::User::ProviderLdap: true value when expecting false
debug: Puppet::Type::User::ProviderUseradd: file usermod does not exist
debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
debug: Puppet::Type::User::ProviderDirectoryservice: Executing '/usr/bin/dscl -plist . -list /Users'
debug: Failed to load library 'selinux' for feature 'selinux'
debug: Failed to load library 'ldap' for feature 'ldap'
debug: /File[/var/lib/puppet/clientbucket]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/run/puppet/agent.pid]: Autorequiring File[/var/run/puppet]
debug: /File[/var/lib/puppet/ssl/certs/ca.pem]: Autorequiring File[/var/lib/puppet/ssl/certs]
debug: /File[/var/lib/puppet/ssl/certs/w8804dt4x85.pem]: Autorequiring File[/var/lib/puppet/ssl/certs]
debug: /File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certificate_requests]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/private_keys]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/state/last_run_report.yaml]: Autorequiring File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/ssl/private]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/state/resources.txt]: Autorequiring File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/state/last_run_summary.yaml]: Autorequiring File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/state/state.yaml]: Autorequiring File[/var/lib/puppet/state]
debug: /File[/etc/puppet/puppet.conf]: Autorequiring File[/etc/puppet]
debug: /File[/var/lib/puppet/ssl/private_keys/w8804dt4x85.pem]: Autorequiring File[/var/lib/puppet/ssl/private_keys]
debug: /File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/crl.pem]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/client_yaml]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/state/classes.txt]: Autorequiring File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/ssl/public_keys]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/public_keys/w8804dt4x85.pem]: Autorequiring File[/var/lib/puppet/ssl/public_keys]
debug: /File[/var/lib/puppet/state/graphs]: Autorequiring File[/var/lib/puppet/state]
debug: /File[/var/lib/puppet/client_data]: Autorequiring File[/var/lib/puppet]
debug: Finishing transaction 2277062820
debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/state]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/public_keys]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/private_keys]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/private]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/crl.pem]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/public_keys/w8804dt4x85.pem]: Autorequiring File[/var/lib/puppet/ssl/public_keys]
debug: /File[/var/lib/puppet/ssl/private_keys/w8804dt4x85.pem]: Autorequiring File[/var/lib/puppet/ssl/private_keys]
debug: /File[/var/lib/puppet/ssl/certificate_requests]: Autorequiring File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certs/w8804dt4x85.pem]: Autorequiring File[/var/lib/puppet/ssl/certs]
debug: /File[/var/lib/puppet/facts]: Autorequiring File[/var/lib/puppet]
debug: /File[/var/lib/puppet/ssl/certs/ca.pem]: Autorequiring File[/var/lib/puppet/ssl/certs]
debug: /File[/var/lib/puppet/lib]: Autorequiring File[/var/lib/puppet]
debug: Finishing transaction 2275984380
debug: Using cached certificate for ca
debug: Using cached certificate for w8804dt4x85
debug: Finishing transaction 2277209480
debug: Loaded state in 0.00 seconds
info: Retrieving plugin
debug: file_metadata supports formats: b64_zlib_yaml pson raw yaml; using pson
debug: Using cached certificate for ca
debug: Using cached certificate for w8804dt4x85
debug: Using cached certificate_revocation_list for ca
debug: file_metadata supports formats: b64_zlib_yaml pson raw yaml; using pson
err: /File[/var/lib/puppet/lib]: Could not evaluate: Could not retrieve information from environment production source(s) puppet://puppet.pebbleit.com/plugins
debug: Finishing transaction 2276876240
debug: catalog supports formats: b64_zlib_yaml dot pson raw yaml; using pson
debug: Puppet::Type::Macauthorization::ProviderMacauthorization: Executing '/usr/bin/sw_vers -productVersion'
info: Caching catalog for w8804dt4x85
debug: Puppet::Type::Service::ProviderRedhat: file /sbin/service does not exist
debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist
debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist
debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist
debug: Puppet::Type::Service::ProviderDebian: file /usr/sbin/update-rc.d does not exist
debug: Puppet::Type::Service::ProviderSystemd: file /bin/systemctl does not exist
debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist
debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist
debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist
debug: Puppet::Type::Package::ProviderAptrpm: file apt-get does not exist
debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist
debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist
debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist
debug: Puppet::Type::Package::ProviderRpm: file rpm does not exist
debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist
debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist
debug: Puppet::Type::Package::ProviderMacports: file /opt/local/bin/port does not exist
debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist
debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/eix-update does not exist
debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist
debug: Puppet::Type::Package::ProviderApt: file /usr/bin/apt-get does not exist
debug: Puppet::Type::Package::ProviderYum: file rpm does not exist
debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portversion does not exist
debug: Puppet::Type::Package::ProviderUrpmi: file rpm does not exist
debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist
debug: Puppet::Type::Package::ProviderDpkg: file /usr/bin/dpkg does not exist
debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist
debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portversion does not exist
debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist
debug: Puppet::Type::Package::ProviderAptitude: file /usr/bin/aptitude does not exist
debug: Creating default schedules
debug: Loaded state in 0.00 seconds
info: Applying configuration version '1337155117'
debug: /Stage[main]/Mac::Mb_pebbleuser/Pebbleuser[pebbleuser]/Exec[hideuser]/require: requires User[techsupport]
debug: /Stage[main]/Mac::Mb_pebbleuser/Pebbleuser[pebbleuser]/Exec[hideuser]/subscribe: subscribes to User[techsupport]
debug: /Stage[main]/Mac::Mb_pebbleuser/Pebbleuser[pebbleuser]/Exec[kickARD]/require: requires User[techsupport]
debug: /Stage[main]/Mac::Mb_pebbleuser/Pebbleuser[pebbleuser]/Exec[kickARD]/subscribe: subscribes to User[techsupport]
debug: /Schedule[daily]: Skipping device resources because running on a host
debug: /Schedule[monthly]: Skipping device resources because running on a host
debug: /Schedule[hourly]: Skipping device resources because running on a host
debug: Exec[clientsus](provider=posix): Executing '/usr/bin/defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://clientsus.pebbleit.com/content/catalogs/others/index-lion-snowleopard-leopard.merged-1.sucatalog'
debug: Executing '/usr/bin/defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://clientsus.pebbleit.com/content/catalogs/others/index-lion-snowleopard-leopard.merged-1.sucatalog'
notice: /Stage[main]/Mac::Default_settings/Exec[clientsus]/returns: executed successfully
debug: /Stage[main]/Mac::Default_settings/Exec[clientsus]: The container Class[Mac::Default_settings] will propagate my refresh event
debug: Exec[autotimezone](provider=posix): Executing '/usr/bin/defaults write /Library/Preferences/com.apple.timezone.auto Active true'
debug: Executing '/usr/bin/defaults write /Library/Preferences/com.apple.timezone.auto Active true'
notice: /Stage[main]/Mac::Default_settings/Exec[autotimezone]/returns: executed successfully
debug: /Stage[main]/Mac::Default_settings/Exec[autotimezone]: The container Class[Mac::Default_settings] will propagate my refresh event
debug: Prefetching macauthorization resources for macauthorization
notice: /Stage[main]/Mac::Default_settings/Macauthorization[system.preferences.datetime]/auth_class: auth_class changed 'user' to 'allow'
notice: /Stage[main]/Mac::Default_settings/Macauthorization[system.preferences.datetime]/comment: comment changed 'Checked by the Admin framework when making changes to the Date & Time preference pane.' to 'This right is used by DateAndTime preference to allow any user to change the system timezone.'
debug: Macauthorization[system.preferences.datetime](provider=macauthorization): Executing 'security authorizationdb read system.preferences.datetime'
debug: Macauthorization[system.preferences.datetime](provider=macauthorization): Executing 'security authorizationdb write system.preferences.datetime'
debug: /Stage[main]/Mac::Default_settings/Macauthorization[system.preferences.datetime]: The container Class[Mac::Default_settings] will propagate my refresh event
debug: /Stage[main]/Mac::Default_settings/Macauthorization[system.preferences.datetime]: The container Class[Mac::Default_settings] will propagate my refresh event
debug: Class[Mac::Default_settings]: The container Stage[main] will propagate my refresh event
debug: /Schedule[never]: Skipping device resources because running on a host
debug: /Schedule[weekly]: Skipping device resources because running on a host
debug: /Schedule[puppet]: Skipping device resources because running on a host
debug: Prefetching pkgdmg resources for package
debug: Puppet::Type::Package::ProviderPkgdmg: Executing '/usr/bin/curl -o /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/d20120516-11669-zt97bt/munki.dmg -C - -k -L -s --url http://puppet.pebbleit.com/osx/packages//munki.dmg'
debug: Success: curl transfered [munki.dmg]
debug: Puppet::Type::Package::ProviderPkgdmg: Executing '/usr/bin/hdiutil mount -plist -nobrowse -readonly -noidme -mountrandom /tmp /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/d20120516-11669-zt97bt/munki.dmg'
debug: Puppet::Type::Package::ProviderPkgdmg: Executing '/usr/sbin/installer -pkg /private/tmp/dmg.WwB8KJ/munkitools-0.8.2.1475.0.mpkg -target /'
debug: Puppet::Type::Package::ProviderPkgdmg: Executing '/usr/bin/hdiutil eject /private/tmp/dmg.WwB8KJ'
notice: /Stage[main]/Mac::Munki/Pkg_deploy[munki.dmg]/Package[munki.dmg]/ensure: created
debug: /Stage[main]/Mac::Munki/Pkg_deploy[munki.dmg]/Package[munki.dmg]: The container Pkg_deploy[munki.dmg] will propagate my refresh event
debug: Pkg_deploy[munki.dmg]: The container Class[Mac::Munki] will propagate my refresh event
debug: Class[Mac::Munki]: The container Stage[main] will propagate my refresh event
debug: Prefetching launchd resources for service
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchAgents/com.googlecode.munki.managedsoftwareupdate-loginwindow.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchAgents/com.googlecode.munki.ManagedSoftwareUpdate.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchAgents/com.googlecode.munki.MunkiStatus.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchAgents/com.googlecode.munki.MunkiStatusLogout.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchDaemons/com.apple.remotepairtool.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchDaemons/com.googlecode.munki.logouthelper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchDaemons/com.googlecode.munki.managedsoftwareupdate-check.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchDaemons/com.googlecode.munki.managedsoftwareupdate-install.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchDaemons/com.googlecode.munki.managedsoftwareupdate-manualcheck.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /Library/LaunchDaemons/com.reductivelabs.puppet.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.AddressBook.abd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.AirPortBaseStationAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.alf.useragent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.aos.migrate.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.AOSNotificationOSX.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.AppleGraphicsWarning.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.AppStoreUpdateAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.BezelUI.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.bluetoothUIServer.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.btsa.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.cfnetwork.AuthBrokerAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.cookied.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.coredata.externalrecordswriter.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.CoreLocationAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.coreservices.appleid.authentication.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.coreservices.uiagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.csuseragent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.cvmsCompAgent_i386.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.cvmsCompAgent_x86_64.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.DiskArbitrationAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.distnoted.xpc.agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.Dock.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.familycontrols.useragent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.FileSyncAgent.iDisk.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.FileSyncAgent.PHD.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.Finder.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.findmymacmessenger.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.fontd.useragent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.FontRegistryUIAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.FontValidator.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.FontValidatorConduit.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.FontWorker.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.FTCleanup.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.gssd-agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.helpd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.iCalPush.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.imagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.imklaunchagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.installd.user.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.isst.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.java.InstallOnDemand.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.java.updateSharing.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.KerberosHelper.LKDCHelper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.LaunchServices.lsboxd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.librariand.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.locationmenu.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.lookupd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.marcoagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdmclient.agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.32bit.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.32bit.framework.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.isolation.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.isolation.framework.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.lsb.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.lsb.framework.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.1.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.2.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.3.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.framework.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.framework.1.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.framework.2.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.pool.framework.3.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.mdworker.prescan.0.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.metadata.mdwrite.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.midiserver.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.netauth.user.auth.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.netauth.user.gui.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.NetworkDiagnostics.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.parentalcontrols.check.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.pboard.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.pbs.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.pcastuploader.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.PCIESlotCheck.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.pictd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.PreferenceSyncAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.printtool.agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.printuitool.agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.PubSub.Agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.quicklook.32bit.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.quicklook.config.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.quicklook.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.quicklook.ui.helper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.rcd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ReclaimSpaceAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.RemoteDesktop.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ReportCrash.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ReportCrash.Self.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ReportGPURestart.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ReportPanic.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.safaridavclient.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.scopedbookmarkagent.xpc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ScreenReaderUIServer.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.screensharing.agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.scrod.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ServiceManagement.LoginItems.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.softwareupdateagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.speech.feedbackservicesserver.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.speech.recognitionserver.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.speech.synthesisserver.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.speech.voiceinstallerd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.spindump_agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.store_helper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.storeagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.SubmitDiagInfo.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.syncdefaultsd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.syncservices.SyncServer.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.syncservices.uihandler.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.systemprofiler.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.SystemUIServer.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.talagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.tiswitcher.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.TMLaunchAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.TrustEvaluationAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ubd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.unmountassistant.useragent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.UserEventAgent-Aqua.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.UserEventAgent-LoginWindow.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.UserNotificationCenterAgent-LoginWindow.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.UserNotificationCenterAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.VoiceOver.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.warmd_agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.WebKit.PluginAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.xgridd.keepalive.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.xgridd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/com.apple.ZoomWindow.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/org.openbsd.ssh-agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchAgents/org.x.startx.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/bootps.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.AccountsConfigService.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.activitymonitord.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.afpfs_afpLoad.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.afpfs_checkafp.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.airport.wps.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.airportd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.airportPrefsUpdater.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.alf.agent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.AOSNotificationFMM.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.APNBridge.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.AppleFileServer.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.appleprofilepolicyd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.applepushserviced.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.aslmanager.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.atrun.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.auditd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.authorizationhost.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.autofsd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.automountd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.avbdeviced.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.awacsd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.backupd-attach.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.backupd-auto.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.backupd-wake.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.backupd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.bld.bulletd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.blued.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.bnepd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.bsd.dirhelper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.bsd.launchdadd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.cmio.AVCAssistant.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.cmio.IIDCVideoAssistant.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.cmio.VDCAssistant.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.collabd.podcast-cache-updater.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.configd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.configureLocalKDC.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.CoreRAID.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.coreservices.appleid.passwordcheck.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.coreservicesd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.corestorage.corestoraged.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.corestorage.corestoragehelperd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.cvmsServ.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.DiagnosticReportCleanUp.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.diskarbitrationd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.diskmanagementd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.distnoted.xpc.daemon.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.dnsextd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.docsetinstalld.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.dpd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.dspluginhelperd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.DumpGPURestart.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.DumpPanic.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.dvdplayback.setregion.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.eapolcfg_auth.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.efax.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.efilogin-helper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.emlog.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.emond.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.eppc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.familycontrols.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.FileCoordination.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.FileSyncAgent.sshd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.findmymac.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.findmymacmessenger.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.firmwaresyncd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.fontd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.fontmover.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.FontWorker.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.fseventsd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.gssd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.hdiejectd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.hidd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.IFCStart.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.installd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.InternetSharing.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.kcproxy.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.kdumpd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.Kerberos.digest-service.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.Kerberos.kadmind.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.Kerberos.kcm.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.Kerberos.kpasswdd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.KernelEventAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.kextd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.kuncd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.locate.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.locationd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.lockd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.locum.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.logind.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.loginwindow.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.loginwindow.secureerase.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.ManagedClient.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.ManagedClient.startup.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.mdmclient.daemon.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.mDNSResponderHelper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.metadata.mds.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.metadata.mds.scan.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.metadata.mds.spindump.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.msrpc.echosvc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.msrpc.lsarpc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.msrpc.mdssvc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.msrpc.netlogon.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.msrpc.srvsvc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.msrpc.wkssvc.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.mtmd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.mtmfs.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.netauth.sys.auth.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.netauth.sys.gui.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.netbiosd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.NetBootClientStatus.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.newsyslog.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.nfsd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.nis.rpc.yppasswdd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.nis.ypbind.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.nis.ypserv.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.NotificationServer.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.notifyd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.ocspd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.odproxyd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.ODSAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.pcastagentconfigd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.pcastagentd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.pcastlibraryd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.pcastuploader.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.PCIELaneConfigTool.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.periodic-daily.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.periodic-monthly.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.periodic-weekly.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.pfctl.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.platform.ptmd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.powerd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.preferences.timezone.admintool.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.preferences.timezone.auto.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.printtool.daemon.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.racoon.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.RemoteDesktop.PrivilegeProxy.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.revisiond.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.RFBEventHelper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.rpcbind.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.sandboxd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.SCHelper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.screensharing.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.scsid.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.security.FDERecoveryAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.security.syspolicy.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.SecurityAgent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.securityd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.servermgrd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.ServerPerfLog.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.shutdown_monitor.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.smb.preferences.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.smbd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.smbfs_load_kext.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.softwareupdatecheck.initial.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.softwareupdatecheck.periodic.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.spindump.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.spindump_symbolicator.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.stackshot.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.statd.notify.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.storereceiptinstaller.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.suhelperd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.syslogd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.systemkeychain.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.systempreferences.installer.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.systempreferences.writeconfig.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.SystemStarter.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.taskgated-helper.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.taskgated.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.TrustEvaluationAgent.system.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.ucupdate.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.uninstalld.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.unmountassistant.sysagent.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.usbmuxd.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /System/Library/LaunchDaemons/com.apple.UserEventAgent-System.plist'
debug: Puppet::Type::Service::ProviderLaunchd: Exec

@glarizza
Copy link

Hmm, it must have cut you off at the end - is there more to that?

Also, what's the output of:

sudo puppet resource user {put standard user username here}

@grahamgilbert
Copy link
Author

Sorry, here's a link to the full output

http://cl.ly/2n132k22090c421y233k

When running sudo puppet resource user techsupport I get:

user { 'techsupport':
ensure => 'present',
comment => 'Tech Support',
gid => '20',
home => '/Users/techsupport',
password => 'password hash',
shell => '/bin/bash',
uid => '404',
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment