Re: [Puppet Users] Puppet Local Account Notify Issue

2016-09-26 Thread Martin Alfke
> On 26 Sep 2016, at 06:31, Shivayogi Kamat wrote: > > user { 'acc1': > ensure => present, > managehome => true, > password=> 'Test123', > groups => ['Administrators'], > auth_membership => 'minimum', > notify =>

[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',