aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2014-04-18 16:44:58 +0000
committerPascal Terjan <pterjan@mageia.org>2014-04-18 16:44:58 +0000
commitc3019c3df71b7b88d909ee043f180ff412c63228 (patch)
tree5394f0b507dc9342ffcf23ad69aa663fe3341c71 /deployment
parente4f0832a9260746dd94dbaaf82a9613a3741aaa8 (diff)
downloadpuppet-c3019c3df71b7b88d909ee043f180ff412c63228.tar
puppet-c3019c3df71b7b88d909ee043f180ff412c63228.tar.gz
puppet-c3019c3df71b7b88d909ee043f180ff412c63228.tar.bz2
puppet-c3019c3df71b7b88d909ee043f180ff412c63228.tar.xz
puppet-c3019c3df71b7b88d909ee043f180ff412c63228.zip
Enable dependencies action + add ulri one which was missing for cauldron
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 168a7150..7b51b450 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -237,7 +237,9 @@ class mga_buildsystem::config {
],
'actions' => [
'send',
+ 'dependencies',
'rpminfo',
+ 'ulri',
],
}
@@ -255,6 +257,7 @@ class mga_buildsystem::config {
],
'actions' => [
'send',
+ 'dependencies',
'rpminfo',
'ulri',
],
@@ -273,6 +276,7 @@ class mga_buildsystem::config {
],
'actions' => [
'send',
+ 'dependencies',
'rpminfo',
'ulri',
],