[Puppet Users] Trying to use a puppet forge module with hiera

2016-09-25 Thread Jagga Soorma
Hi Guys, I am still trying to learn puppet/hiera, so apologize for this simple question. I am trying to use the https://forge.puppet.com/Aethylred/kerberos/ module with my new puppet installation and running into some issues with the way I am adding it to my yaml file. So basically when setting

[Puppet Users] Puppet Local Account Notify Issue

2016-09-25 Thread Shivayogi Kamat
user { 'acc1': ensure => present, managehome => true, password=> 'Test123', groups => ['Administrators'], auth_membership => 'minimum', notify => Exec['app config'] } exec { 'app config': path=> 'c:\\program files (x86)\\app\\bin',

Re: [Puppet Users] heira debug not working

2016-09-25 Thread Jagga Soorma
Thanks for the reply Rob. That seemed to be the problem. -- 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

[Puppet Users] Trying to use a puppet forge module with hiera

2016-09-25 Thread Jagga Soorma
Hi Guys, I am still trying to learn puppet/hiera, so apologize for this stupid question. I am trying to use the https://forge.puppet.com/Aethylred/kerberos/ module with my new puppet installation and running into some issues with the way I am adding it to my yaml file. So basically when setting