Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created September 30, 2012 01:56
Show Gist options
  • Save jamtur01/3805622 to your computer and use it in GitHub Desktop.
Save jamtur01/3805622 to your computer and use it in GitHub Desktop.
OSX 10.8 starting puppet master
absinthe ~ $ sudo puppet master --no-daemonize --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 userdel does not exist
Debug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist
Debug: Executing '/usr/bin/dscl -plist . -list /Users'
Debug: Executing '/usr/bin/dscl -plist . -read /Users/puppet'
Debug: Executing '/usr/bin/plutil -convert xml1 -o /dev/stdout /var/db/dslocal/nodes/Default/users/puppet.plist'
Debug: Converting binary plist to XML
Debug: Executing: 'plutil -convert xml1 -o - -'
Debug: Converting XML values to a hash.
Error: Could not create resources for managing Puppet's files and directories in sections [:main, :master, :ssl, :metrics]: undefined method `string' for nil:NilClass
Error: Could not prepare for execution: Could not create resources for managing Puppet's files and directories in sections [:main, :master, :ssl, :metrics]: undefined method `string' for nil:NilClass
undefined method `string' for nil:NilClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment