Displaying 1 result from an estimated 1 matches for "myfavouriteblogengine".
2013 Mar 28
3
Staging content from modules for temporary use by resources
...rtheless, this would only address part of the issue of handling files
temporary files, since this would only work for commands that can read
their main content from stdin (e.g. mysql, psql, tar).
Another use case would be unzipping an archive into a specific directory:
file { ''/tmp/myfavouriteblogengine.zip'':
source =>
"puppet:///modules/${module_name}/myfavouriteblogengine.zip",
mode => 644,
backup => false,
}
exec { ''Setup the engine for vhost1'':
command => ''cd /var/lib/www/vhost1 && unzip...