aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-06-22 01:05:30 +0300
committerThomas Backlund <tmb@mageia.org>2015-06-22 01:05:30 +0300
commit5a5bb180e3b8421a9cdb2a3669209f3cccd2aa84 (patch)
tree787d28204e5adf164766f90f9cff8fbb0a681d90 /deployment/mga_buildsystem/manifests/mainnode.pp
parentbaf7357f77baeb9a90090fbbb32f2e1123def840 (diff)
downloadpuppet-5a5bb180e3b8421a9cdb2a3669209f3cccd2aa84.tar
puppet-5a5bb180e3b8421a9cdb2a3669209f3cccd2aa84.tar.gz
puppet-5a5bb180e3b8421a9cdb2a3669209f3cccd2aa84.tar.bz2
puppet-5a5bb180e3b8421a9cdb2a3669209f3cccd2aa84.tar.xz
puppet-5a5bb180e3b8421a9cdb2a3669209f3cccd2aa84.zip
puppet-lint fixes
Diffstat (limited to 'deployment/mga_buildsystem/manifests/mainnode.pp')
-rw-r--r--deployment/mga_buildsystem/manifests/mainnode.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/mainnode.pp b/deployment/mga_buildsystem/manifests/mainnode.pp
index f2797731..1041cb97 100644
--- a/deployment/mga_buildsystem/manifests/mainnode.pp
+++ b/deployment/mga_buildsystem/manifests/mainnode.pp
@@ -7,8 +7,8 @@ class mga_buildsystem::mainnode {
include buildsystem::repoctl
include buildsystem::webstatus
- $rpmlint_packages = [ "rpmlint-mageia-policy", "rpmlint-mageia-mga2-policy"]
+ $rpmlint_packages = [ 'rpmlint-mageia-policy', 'rpmlint-mageia-mga2-policy']
package { $rpmlint_packages:
- ensure => installed,
+ ensure => installed
}
}