Age | Commit message (Collapse) | Author |
|
Change-Id: Ic0e9f5f6a1f28d865d7757a9de0d9399a6a9a5e3
Conflicts:
puppet/modules/site_couchdb/manifests/init.pp
|
|
Change-Id: I77061054f4768f0677ca9c498e6cd6d5df4ff806
|
|
Change-Id: Ic1ef7e25f07cbbbcea9bcc90248479009904303e
|
|
Change-Id: I41e9a73c8d04d5a2d74b41c8e32aca9906f3a4cf
|
|
webapp access
Change-Id: Ifc44d5775e37655240573ab01dd2ee2f794bd8f3
|
|
Change-Id: I743538f66e35f0fffaa0d07fb4ee44b810635aa3
|
|
Change-Id: I492a8dfb42e92ced80fb09c2095fa1328e24346b
|
|
Change-Id: I058ac1f061bca17736662f14826e99d32472739b
|
|
Change-Id: I06723ccf2ba040204e9fc5256c99a1faad6abb5f
|
|
Change-Id: I483509850bee448bb2ea39863c1e6a796e102c3c
|
|
Change-Id: Ice83115e0feabddd40ad74c2a6e98e24da9b4c2f
|
|
alphabetizing couchdb users
Change-Id: I88264d32e9381f826652d1631083ba371e2b1b54
|
|
even though it is probably not needed
Change-Id: I2f9e751570190f7358332404ae734ae850f92b9f
|
|
Change-Id: I18aa0ee635d7166676e4bb4384e2b517784a68b0
|
|
Change-Id: Ie53b09df0758ba01b30ed658bee04682bc180b01
|
|
into different classes
Change-Id: Idd126d69e1fbe9c9794ad50337307dcc5dd635f4
|
|
deploy design documents during couch deploy (#3771)
Change-Id: I4679e066303ac9b02582214c48e2e7dcfe5bd651
|
|
Change-Id: Ib9525c3a933041fa9b378e1869c0a866375bb509
|
|
wrapper mode on the smtps port 465 now (#4366)
enable the missing smtpd_helo_restrictions for smtps
Change-Id: Iac497369d65c5ad8fd7e93e6fcabb830b855b4f6
|
|
This one reverts a buggy fix. Trying to push it out asap
|
|
|
|
|
|
|
|
for custom git source, improve apache config.
|
|
|
|
Change-Id: Ie1b6d67f493ed6891a2df76b044d64d359edb420
|
|
|
|
Change-Id: Icebf9d8849b4440f4f6dbc00a1a8ac0873b62f6a
|
|
|
|
|
|
Change-Id: I4ffb5b9203741d1152dfd93ef9ecc45f6a6088d4
|
|
Change-Id: I547b99becb8b16fec0ac89f06fb6d833cbde3c2b
|
|
|
|
|
|
|
|
( they can read and write ). I think couch themselves changed the termology at some point but i might just have used the wrong term from the beginning on.
Let's call them members either way because it's more clear that read only members require aditional design docs.
|
|
available in wheezy-backports now (#4272)
Change-Id: Ie0b8b69f1305f4ec8d11356acc308aad2a8c1e91
|
|
tor.contacts has been a string, and is now an array of email addresses
this change needed to be adopted also in
stdlib/lib/puppet/parser/functions/obfuscate_email.rb (see #4193).
|
|
|
|
|
|
Nagios won't work with setting this option to "DENY",
as set in conf.d/security (#4169). Therefor we allow
it here, only for nagios.
|
|
Puppet 2.7.19 introduced a change that don't allow resource titles to be
something else that a string. from the puppet 2.7.19 changelog:
Don’t allow resource titles which aren’t strings
It was possible to create resources whose titles weren't strings, by
using a variable containing a hash, or the result of a function which
doesn't return a string. This can cause problems resolving relationships
when the stringified version of the title differs between master and
agent.
Now we will only accept primitives, and will stringify them. That is:
string, symbol, number, boolean. Arrays or nested arrays will still be
flattened and used to create multiple resources. Any other value (for
instance: a hash) will cause a parse error.
currently, it's much easier to iterate over a hash in puppet than over
an array, cause every resource you call iterating over an array would
need a unique name, and you don't have this in arrays.
|
|
(#4161)
Change-Id: I7eaa35897da3b24833be3b2c14db99cd66b547c0
|
|
|
|
(#4161)
Change-Id: I2f0bcc5b4cb5effae57051f04251aeb8b09a4c6d
|
|
|
|
|
|
took out the last remaining virtualbox references
|
|
(Feature #3962)
this will fix the alteration of the preferences file. we now use the
apt module default preferences, and pin the depending packages from
squeeze that are dependencies for the bigcouch package in the
couchdb module, class couchdb::bigcouch::package::cloudant.
|
|
it is necessary to install the fixed package from the leap.se repository until it is available in wheezy-backports, so install the apt preferences to pull it from there, and add its necessary library dependency from wheezy-backports
Change-Id: I379ff2ceaac1a978143715d3a7ced0011ca0d747
|