On Tue, Aug 31, 2010 at 10:46 AM, Patrick <[email protected]> wrote:
>>
>> The manifest:
>> exec { "create dir":
>> command => "mkdir -p /dir",
>> onlyif => "test \! -d /dir",
>> }
>>
>> What am I missing?
I know this doesn't address the original question of timeout, but why
not use a file resource to manage the directory?
file { "/dir": ensure => directory }
--
Jeff McCune
http://www.puppetlabs.com/
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.