diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-08 12:19:19 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-08 12:19:19 +0000 |
commit | a4397c9e803e1b81c29552882dad11920ec8d991 (patch) | |
tree | 5f8ac23a49273690a635a253406b23275a3ac976 /modules | |
parent | 39b7e2d092c19283cdb0d6a1cd17e85c46371c0c (diff) | |
download | puppet-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')
-rw-r--r-- | modules/buildsystem/manifests/maintdb.pp | 8 | ||||
-rwxr-xr-x | modules/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 |