On Sep 28, 2010, at 9:17 AM, Dan Urist wrote:
> I have the following test code in a manifest:
>
>> file {
>>'/tmp/testdir':
>> ensure => directory,
>> owner => root,
>> group => root,
>> mode => 0755,
>> checksum => mtime;
>> }
>>
>> exec {
>>'testdir_update
On 09/28/2010 06:17 PM, Dan Urist wrote:
> I have the following test code in a manifest:
>
>> file {
>> '/tmp/testdir':
>> ensure => directory,
>> owner => root,
>> group => root,
>> mode => 0755,
>> checksum => mtime;
>> }
>>
>> exec {
>> 'testdir_upda
I have the following test code in a manifest:
> file {
> '/tmp/testdir':
> ensure => directory,
> owner => root,
> group => root,
> mode => 0755,
> checksum => mtime;
> }
>
> exec {
> 'testdir_updated':
> command => 'touch /tmp/testdir_updated',