aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-07 02:40:24 +0000
committerMichael Scherer <misc@mageia.org>2010-12-07 02:40:24 +0000
commitdc86f27c498f48398591517b449d94e5405f7b32 (patch)
tree52061d2ffe4792d46eea8b0e4f419330f021e4b4 /manifests/nodes.pp
parent327196eaee37984b6ea264efca7158b2adf5971a (diff)
downloadpuppet-dc86f27c498f48398591517b449d94e5405f7b32.tar
puppet-dc86f27c498f48398591517b449d94e5405f7b32.tar.gz
puppet-dc86f27c498f48398591517b449d94e5405f7b32.tar.bz2
puppet-dc86f27c498f48398591517b449d94e5405f7b32.tar.xz
puppet-dc86f27c498f48398591517b449d94e5405f7b32.zip
- move the postgresql server bits to a subclass
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r--manifests/nodes.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 8ce1b228..ada49746 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -45,7 +45,7 @@ node alamut {
#
include default_mageia_server
include bind::bind_master
- include postgresql
+ include postgresql::server
include dns_server
timezone::timezone { "Europe/Paris": }