Displaying 1 result from an estimated 1 matches for "web_dev".
2013 Jan 02
13
Puppet and installing packages from source
..../configure but can''t find a way to do it.
Here''s the manifest, it works up to the point of "configure" which fails:
file { "/usr/local/src": ensure => directory }
file { "/usr/local/src/c-ares-1.9.1.tar.gz":
source => "puppet:///modules/web_dev/c-ares-1.9.1.tar.gz",
alias => "ares-source-tgz",
before => Exec["untar-ares-source"]
}
exec { "tar xzf /usr/local/src/c-ares-1.9.1.tar.gz":
cwd => "/usr/local/src",
path => "/bin",
creates => "/usr/local/src/c-ares-1.9.1&q...