Age | Commit message (Collapse) | Author |
|
|
|
|
|
By extracting the resources to their own class we can avoid a bug
in puppet that makes it hard to deal with inherited parametrized
classes.
|
|
|
|
Puppet style guide "9.6. File Modes" reads:
In addition, file modes should be specified as single-quoted strings instead
of bare word numbers.
|
|
Puppet style guide "9.2. Arrow Alignment" reads: "All of the fat comma arrows
(=>) in a resource’s attribute/value list should be aligned. The arrows should
be placed one space ahead of the longest attribute name."
|
|
Puppet style guide, section "8. Quoting", reads: "All strings that do not
contain variables should be enclosed in single quotes."
|
|
/usr/share/tor/tor-service-defaults-torrc exists and contains:
CookieAuthentication 1
CookieAuthFileGroupReadable 1
CookieAuthFile /var/run/tor/control.authcookie
|
|
|
|
|