summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-09-20 15:18:15 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-09-20 15:18:15 +0200
commit8285ffcc316870f3cf34979420834f9471280e70 (patch)
tree99a5e7a8a45ddc4facea2bcd108bd3d09c8983b5
parent4f8ecd16d038850e905c06ed09dc959b29c83932 (diff)
downloadpuppet.FWSECK-8285ffcc316870f3cf34979420834f9471280e70.tar.gz
puppet.FWSECK-8285ffcc316870f3cf34979420834f9471280e70.tar.bz2
puppet.FWSECK-8285ffcc316870f3cf34979420834f9471280e70.zip
site.pp: white-space fix
-rw-r--r--code/environments/production/manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 5de1da0..5c2608c 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -111,7 +111,7 @@ class fsautoresizetab_change_usr {
path => '/etc/fsautoresizetab',
line => '/usr 10% 30g 5%',
match => '^/usr\ .*',
- require => File["/etc/fsautoresizetab"],
+ require => File["/etc/fsautoresizetab"],
}
}