[Puppet Users] puppet apply --hiera_config --> Error: Could not find class

2013-07-29 Thread Werner Dijkerman
: # class users { import 'defines/*.pp' include users::users include users::system include users::apps } [users.pp: # class users::users { @adduser { 'wdijkerman': ensure => present, uid => '1001', comment => 'Werner D

[Puppet Users] Re: puppet apply --hiera_config --> Error: Could not find class

2013-07-30 Thread Werner Dijkerman
Hi John, Thanks for your answer. This will help me a lot. I already had some doubt if this module was good enough and already had some ideas about how to go on. But that will take some time and I had an small hope that this issue was very simple to solve. So, I'll continue the 'users::adduser'

[Puppet Users] puppet rspec fails when using stdlib getvar

2014-06-07 Thread Werner Dijkerman
Hi there, I'm busy with writing rspec tests for my zabbix module. But I've got one problem. Within my 'define' I have the following: $include_dir = getvar('zabbix::params::agent_include') > > file { "${include_dir}/${name}.conf": > ensure => present, > owner => 'zabbix', > gro

Re: [Puppet Users] puppet rspec fails when using stdlib getvar

2014-06-09 Thread Werner Dijkerman
Hi Garrett, Thanks for your answer. This is de link: https://github.com/dj-wasabi/puppet-zabbix/blob/master/manifests/userparameters.pp Kind regards, Werner -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and s