I'm looking to use puppet for OS X management.

I have puppet server 4.4.1 running and one OS X device connected to it. I'm 
trying to deploy simple manifest with module wfarr/osx_defaults.

In site.pp I have following 


osx_defaults { "require pass at screensaver":

  ensure => present,

  domain => 'com.apple.screensaver',

  key    => 'askForPassword',

  value  => 1,

  user   => 'dummy'

}

But I'm keep getting this error in logs when client try to apply 
configuration

2016-04-13 19:41:01,644 ERROR [qtp1078695369-67] [puppet-server] Puppet 
Evaluation Error: Error while evaluating a Resource Statement, Invalid 
resource type osx_defaults

2016-04-13 19:41:01,644 ERROR [qtp1078695369-67] [puppet-server] Puppet 
Evaluation Error: Error while evaluating a Resource Statement, Invalid 
resource type osx_defaults at 
/etc/puppetlabs/code/environments/osx/manifests/site.pp:1:1 on node 
macbook.puppetland.org

2016-04-13 19:41:01,644 ERROR [qtp1078695369-67] [puppet-server] Puppet 
Evaluation Error: Error while evaluating a Resource Statement, Invalid 
resource type osx_defaults


I did install that osx_defaults module and can see that in modules for that 
environment.


Any thoughts ?


-Ari

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6ab0826d-e5ad-4090-8f75-d0c5fb037425%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to