aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/repoctl.pp10
1 files changed, 2 insertions, 8 deletions
diff --git a/modules/buildsystem/manifests/repoctl.pp b/modules/buildsystem/manifests/repoctl.pp
index 3f52b79d..024a4a09 100644
--- a/modules/buildsystem/manifests/repoctl.pp
+++ b/modules/buildsystem/manifests/repoctl.pp
@@ -7,15 +7,9 @@ class buildsystem::repoctl {
$sectionsrepos = $buildsystem::config::sectionsrepos
$arches = $buildsystem::config::architectures
- package{'repoctl':
- ensure => installed,
- }
+ package{ 'repoctl': }
- file {'/etc/repoctl.conf':
- ensure => present,
- mode => 644,
- owner => root,
- group => root,
+ file { '/etc/repoctl.conf':
content => template('buildsystem/repoctl.conf'),
require => Package['repoctl'],
}