aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:55 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:55 +0000
commit9d7449fb7975570ab39f1ed64615188cbc8a4226 (patch)
tree920daaa0a3325a55db41a2abf144b01dd36d3ae7 /modules/buildsystem/manifests
parenta0acf12b78af4124cacbc85722b99d84fc0c123d (diff)
downloadpuppet-9d7449fb7975570ab39f1ed64615188cbc8a4226.tar
puppet-9d7449fb7975570ab39f1ed64615188cbc8a4226.tar.gz
puppet-9d7449fb7975570ab39f1ed64615188cbc8a4226.tar.bz2
puppet-9d7449fb7975570ab39f1ed64615188cbc8a4226.tar.xz
puppet-9d7449fb7975570ab39f1ed64615188cbc8a4226.zip
buildsystem::mgarepo: remove repsys.conf
repsys.conf was the config file used by repsys and first versions of mgarepo. It is replaced by mgarepo.conf and is not longer used.
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/mgarepo.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/buildsystem/manifests/mgarepo.pp b/modules/buildsystem/manifests/mgarepo.pp
index 9108c265..7c37ddf2 100644
--- a/modules/buildsystem/manifests/mgarepo.pp
+++ b/modules/buildsystem/manifests/mgarepo.pp
@@ -5,9 +5,8 @@ class buildsystem::mgarepo {
package { ['mgarepo','rpm-build']: }
- file {
- '/etc/mgarepo.conf': content => template('buildsystem/mgarepo.conf');
- '/etc/repsys.conf': content => template('buildsystem/mgarepo.conf');
+ file { '/etc/mgarepo.conf':
+ content => template('buildsystem/mgarepo.conf'),
}
file { "$sched_home_dir/repsys":