diff options
Diffstat (limited to 'deployment/mga_buildsystem/manifests/mainnode.pp')
| -rw-r--r-- | deployment/mga_buildsystem/manifests/mainnode.pp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/mainnode.pp b/deployment/mga_buildsystem/manifests/mainnode.pp new file mode 100644 index 00000000..b614cdbd --- /dev/null +++ b/deployment/mga_buildsystem/manifests/mainnode.pp @@ -0,0 +1,14 @@ +class mga_buildsystem::mainnode { + include mga_buildsystem::config + include buildsystem::mainnode + include buildsystem::release + include buildsystem::maintdb + include buildsystem::binrepo + include buildsystem::repoctl + include buildsystem::webstatus + + $rpmlint_packages = [ 'rpmlint-mageia-policy'] + package { $rpmlint_packages: + ensure => installed + } +} |
