Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
72278692
Commit
72278692
authored
Jun 29, 2015
by
Mickaël Canévet
Browse files
Merge pull request #100 from ekohl/patch-1
Fix puppet lint errors in examples
parents
545f2600
2f134947
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/transport.pp
View file @
72278692
...
...
@@ -18,19 +18,19 @@
#
# === Examples
#
# node
"
toto.example.com
"
{
# node
'
toto.example.com
'
{
#
# include postfix
#
# postfix::hash {
"
/etc/postfix/transport
"
:
# postfix::hash {
'
/etc/postfix/transport
'
:
# ensure => present,
# }
# postfix::config {
"
transport_maps
"
:
# value =>
"
hash:/etc/postfix/transport
"
# postfix::config {
'
transport_maps
'
:
# value =>
'
hash:/etc/postfix/transport
',
# }
# postfix::transport {
"
mailman.example.com
"
:
# postfix::transport {
'
mailman.example.com
'
:
# ensure => present,
# destination =>
"
mailman
"
,
# destination =>
'
mailman
'
,
# }
# }
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment