summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2015-09-15 10:54:24 -0400
committerMicah Anderson <micah@leap.se>2015-09-15 10:54:24 -0400
commit36fea3b7f448f50d500c0ec1a30b8c745b6f8c4c (patch)
tree2ffd72b265178199b071f85586f672209710b273 /puppet/modules/site_postfix/manifests
parent0ace5c6dfaa5367cb5d6f67c04bc703ce8f1404d (diff)
minor linting
Change-Id: If92faee5f877301bf23564d5b6e71c4b1263de54
Diffstat (limited to 'puppet/modules/site_postfix/manifests')
-rw-r--r--puppet/modules/site_postfix/manifests/mx/static_aliases.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/static_aliases.pp b/puppet/modules/site_postfix/manifests/mx/static_aliases.pp
index d81e05b3..e9118470 100644
--- a/puppet/modules/site_postfix/manifests/mx/static_aliases.pp
+++ b/puppet/modules/site_postfix/manifests/mx/static_aliases.pp
@@ -44,7 +44,7 @@ class site_postfix::mx::static_aliases {
content => template('site_postfix/virtual-aliases.erb'),
owner => root,
group => root,
- mode => 0600,
+ mode => '0600',
require => Package['postfix']
}
}