aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/maintdb.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 12:19:19 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 12:19:19 +0000
commita4397c9e803e1b81c29552882dad11920ec8d991 (patch)
tree5f8ac23a49273690a635a253406b23275a3ac976 /modules/buildsystem/manifests/maintdb.pp
parent39b7e2d092c19283cdb0d6a1cd17e85c46371c0c (diff)
downloadpuppet-a4397c9e803e1b81c29552882dad11920ec8d991.tar
puppet-a4397c9e803e1b81c29552882dad11920ec8d991.tar.gz
puppet-a4397c9e803e1b81c29552882dad11920ec8d991.tar.bz2
puppet-a4397c9e803e1b81c29552882dad11920ec8d991.tar.xz
puppet-a4397c9e803e1b81c29552882dad11920ec8d991.zip
move maintdb templates in a subdirectory
Diffstat (limited to 'modules/buildsystem/manifests/maintdb.pp')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/buildsystem/manifests/maintdb.pp b/modules/buildsystem/manifests/maintdb.pp
index 94fc1e72..f1c1168b 100644
--- a/modules/buildsystem/manifests/maintdb.pp
+++ b/modules/buildsystem/manifests/maintdb.pp
@@ -27,16 +27,16 @@ class buildsystem {
file { "$binpath":
mode => 755,
- content => template("buildsystem/maintdb.bin")
+ content => template("buildsystem/maintdb/maintdb.bin")
}
file { "$wrappath":
mode => 755,
- content => template("buildsystem/wrapper.maintdb")
+ content => template("buildsystem/maintdb/wrapper.maintdb")
}
sudo::sudoers_config { "maintdb":
- content => template("buildsystem/sudoers.maintdb")
+ content => template("buildsystem/maintdb/sudoers.maintdb")
}
file { ["$dump","$dump.new",
@@ -56,7 +56,7 @@ class buildsystem {
apache::vhost_base { "maintdb.$domain":
location => $dbdir,
- content => template("buildsystem/vhost_maintdb.conf"),
+ content => template("buildsystem/maintdb/vhost_maintdb.conf"),
}
}
}