git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-05-11 15:28:42 -0700
committermail_redacted_for_web 2015-05-11 15:28:42 -0700
commit4fa14545f65dd1286c89d966339cdf2de6bf672d (patch)
tree34e2c244ad4ca7631b403186ce85b8d6de45bcf1 /manifests
parente2b5da17e68bf8ef0c378d3c5029d3e1a56fb870 (diff)
downloadcontrol-repo-template-4fa14545f65dd1286c89d966339cdf2de6bf672d.tar.bz2
Update site.pp to work OOTB
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index d52e944..b3319bd 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -20,7 +20,7 @@
# Define filebucket 'main':
filebucket { 'main':
#server should point to one master that will be the file bucket
- server => 'changeme',
+ server => "${settings::server}",
path => false,
}