Skip to content

Commit

Permalink
Also quote the filemodes, otherwise puppet-lint complains
Browse files Browse the repository at this point in the history
  • Loading branch information
akumria committed Apr 9, 2013
1 parent b574f9c commit 7235a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
notify => Class['nullmailer::service'],
owner => 'mail',
group => 'mail',
mode => 0600,
mode => '0600',
}

if ($nullmailer::adminaddr == '') {
Expand All @@ -30,7 +30,7 @@
notify => Class['nullmailer::service'],
owner => 'mail',
group => 'mail',
mode => 0600,
mode => '0600',
}
}
}

0 comments on commit 7235a76

Please sign in to comment.