search for: site_1515

Displaying 1 result from an estimated 1 matches for "site_1515".

2007 Nov 08
3
Downloading a file into a directory that does not exist
...], mode => $mode, owner => $owner, group => $group } } ==========SNIP========== If the file to be downloaded is, say, /etc/foo/bar/baz.txt, and the directory /etc/foo (and thus /etc/foo/bar) does not exist, the operation fails. The error message looks like this: err: //site_1515/install_file[/etc/foo/bar/baz.txt]/File[/etc/foo/bar/baz.txt ]/ensure: change from absent to file failed: Could not set file on ensure: No such file or directory - /etc/foo/bar/baz.puppettmp at /etc/puppet/manifests/functions.pp:48 It looks like this issue has been addressed at least twice before,...