diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-23 21:17:35 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-23 21:17:35 +0000 |
commit | f91e61f3373b52707132c63042970e9578874487 (patch) | |
tree | de1fc35ebf5db1e2b98ef18cf15f28e6e98ab9d5 /modules/buildsystem/manifests | |
parent | 8a945007f8ee309b3f32e6fb66b1a096a902f48a (diff) | |
download | puppet-f91e61f3373b52707132c63042970e9578874487.tar puppet-f91e61f3373b52707132c63042970e9578874487.tar.gz puppet-f91e61f3373b52707132c63042970e9578874487.tar.bz2 puppet-f91e61f3373b52707132c63042970e9578874487.tar.xz puppet-f91e61f3373b52707132c63042970e9578874487.zip |
iurt build config should go in /etc
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 1dcada92..23c725f7 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -109,7 +109,7 @@ class buildsystem { ensure => installed; } - file { "$build_home_dir/.iurt.cauldron.conf": + file { "/etc/iurt/build/cauldron.conf": ensure => present, owner => $build_login, group => $build_login, |