Re: [Puppet Users] Revert configuration file to old state if content changes

2014-05-02 Thread jcbollinger
On Thursday, May 1, 2014 9:06:52 AM UTC-5, Peter Bukowinski wrote: On May 1, 2014, at 9:29 AM, contactp...@gmail.com javascript: wrote: Hi, I am using puppet enterprise 3.x . I have a manifest used to install and manage custom application on my client node. Part of manifest is

Re: [Puppet Users] Revert configuration file to old state if content changes

2014-05-02 Thread Peter Bukowinski
On May 2, 2014, at 9:25 AM, jcbollinger john.bollin...@stjude.org wrote: On Thursday, May 1, 2014 9:06:52 AM UTC-5, Peter Bukowinski wrote: On May 1, 2014, at 9:29 AM, contactp...@gmail.com wrote: Hi, I am using puppet enterprise 3.x . I have a manifest used to install and

[Puppet Users] Revert configuration file to old state if content changes

2014-05-01 Thread contactpunitjain
Hi, I am using puppet enterprise 3.x . I have a manifest used to install and manage custom application on my client node. Part of manifest is :- file { 'app_config': ensure = directory, mode= 0644, path= '/etc/cmas/app_config',

Re: [Puppet Users] Revert configuration file to old state if content changes

2014-05-01 Thread Peter Bukowinski
On May 1, 2014, at 9:29 AM, contactpunitj...@gmail.com wrote: Hi, I am using puppet enterprise 3.x . I have a manifest used to install and manage custom application on my client node. Part of manifest is :- file { 'app_config': ensure = directory,