summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2015-04-28 14:29:39 +0200
committerJohan Lundberg <lundberg@nordu.net>2015-04-28 14:29:39 +0200
commitfb129f940464ee500764c5b2203a8fa0181022b5 (patch)
tree3e59a4efd46e599977b393fdfcbbdcd535bbf57c
parent46e01909d8885717513e4baf390958244e6c8bc7 (diff)
-rw-r--r--global/overlay/etc/puppet/modules/sunet/manifests/flog.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/manifests/flog.pp b/global/overlay/etc/puppet/modules/sunet/manifests/flog.pp
index fb002d0..b368b45 100644
--- a/global/overlay/etc/puppet/modules/sunet/manifests/flog.pp
+++ b/global/overlay/etc/puppet/modules/sunet/manifests/flog.pp
@@ -1,6 +1,6 @@
class sunet::flog {
- $postgres_password = hiera('flog_postgres_password', 'NOT_SET_IN_HIERA'),
+ $postgres_password = hiera('flog_postgres_password', 'NOT_SET_IN_HIERA')
file {'/var/docker':
ensure => 'directory',