diff options
Diffstat (limited to 'manifests/nodes')
-rwxr-xr-x | manifests/nodes/alamut.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index e450d73c..28d376b3 100755 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -10,7 +10,7 @@ node alamut { # include common::default_mageia_server_no_smtp include postgresql::server - postgresql::tagged { 'default': } + postgresql::tagged { 'old': } timezone::timezone { 'Europe/Paris': } |