aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
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
}
}