aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/repoctl.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/repoctl.pp')
-rw-r--r--modules/buildsystem/manifests/repoctl.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/repoctl.pp b/modules/buildsystem/manifests/repoctl.pp
index e3343cf5..8d44e52c 100644
--- a/modules/buildsystem/manifests/repoctl.pp
+++ b/modules/buildsystem/manifests/repoctl.pp
@@ -5,7 +5,7 @@ class buildsystem::repoctl {
package{ 'repoctl': }
file { '/etc/repoctl.conf':
- content => template('buildsystem/repoctl.conf'),
- require => Package['repoctl'],
+ content => template('buildsystem/repoctl.conf'),
+ require => Package['repoctl'],
}
}