summaryrefslogtreecommitdiff
path: root/manifests/query
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:36:24 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:36:24 -0400
commitdc367e53b45349ef849247fc93c664c548c90359 (patch)
tree14531add8c5bf7ac20f66c9dff0262319b7b0133 /manifests/query
parent66d918ddb6454fd4a30baed9b49baad98e274243 (diff)
clean-up commit: lint, standardize spacing, properly enclose variables, etc
Diffstat (limited to 'manifests/query')
-rw-r--r--manifests/query/setup.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/query/setup.pp b/manifests/query/setup.pp
index a36cade..b68e54f 100644
--- a/manifests/query/setup.pp
+++ b/manifests/query/setup.pp
@@ -1,4 +1,5 @@
define couchdb::query::setup ($user, $pw, $host='127.0.0.1') {
+
file { '/etc/couchdb/couchdb.netrc':
content => "machine ${host} login ${user} password ${pw}",
mode => '0600',