diff options
Diffstat (limited to 'modules/buildsystem/manifests/maintdb.pp')
-rw-r--r-- | modules/buildsystem/manifests/maintdb.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp index 05f660b1..88920bd4 100644 --- a/modules/buildsystem/manifests/maintdb.pp +++ b/modules/buildsystem/manifests/maintdb.pp @@ -22,7 +22,7 @@ class buildsystem::maintdb { content => template('buildsystem/maintdb/maintdb.bin') } - mga-common::local_script { 'wrapper.maintdb': + mga_common::local_script { 'wrapper.maintdb': content => template('buildsystem/maintdb/wrapper.maintdb') } |