summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-11-11 21:53:10 +0100
committerintrigeri <intrigeri@boum.org>2012-11-11 21:53:10 +0100
commit8c4ec63f85294dd4e83e5701bf15bd9c97905b02 (patch)
tree412072271cad0b19e99d4e9269e27f16f845d3c8 /manifests/init.pp
parent6255a818641c07b20d7e718eeff5e5f92953bd09 (diff)
Align all fat arrows in resource’s attribute/value list.
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."
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b8e1917..82820f5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -8,11 +8,11 @@ class tor (
}
service { 'tor':
- ensure => running,
- enable => true,
+ ensure => running,
+ enable => true,
hasrestart => true,
- hasstatus => true,
- require => Package['tor'],
+ hasstatus => true,
+ require => Package['tor'],
}
if $use_munin {