aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/maintdb.pp8
-rwxr-xr-xmodules/buildsystem/templates/maintdb/maintdb.bin (renamed from modules/buildsystem/templates/maintdb.bin)0
-rw-r--r--modules/buildsystem/templates/maintdb/sudoers.maintdb (renamed from modules/buildsystem/templates/sudoers.maintdb)0
-rw-r--r--modules/buildsystem/templates/maintdb/vhost_maintdb.conf (renamed from modules/buildsystem/templates/vhost_maintdb.conf)0
-rw-r--r--modules/buildsystem/templates/maintdb/wrapper.maintdb (renamed from modules/buildsystem/templates/wrapper.maintdb)0
5 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"),
}
}
}
diff --git a/modules/buildsystem/templates/maintdb.bin b/modules/buildsystem/templates/maintdb/maintdb.bin
index b0cfb1ef..b0cfb1ef 100755
--- a/modules/buildsystem/templates/maintdb.bin
+++ b/modules/buildsystem/templates/maintdb/maintdb.bin
diff --git a/modules/buildsystem/templates/sudoers.maintdb b/modules/buildsystem/templates/maintdb/sudoers.maintdb
index 8dd19c42..8dd19c42 100644
--- a/modules/buildsystem/templates/sudoers.maintdb
+++ b/modules/buildsystem/templates/maintdb/sudoers.maintdb
diff --git a/modules/buildsystem/templates/vhost_maintdb.conf b/modules/buildsystem/templates/maintdb/vhost_maintdb.conf
index 225c7215..225c7215 100644
--- a/modules/buildsystem/templates/vhost_maintdb.conf
+++ b/modules/buildsystem/templates/maintdb/vhost_maintdb.conf
diff --git a/modules/buildsystem/templates/wrapper.maintdb b/modules/buildsystem/templates/maintdb/wrapper.maintdb
index 8420022d..8420022d 100644
--- a/modules/buildsystem/templates/wrapper.maintdb
+++ b/modules/buildsystem/templates/maintdb/wrapper.maintdb