Skip to content
Snippets Groups Projects
Commit 2f134947 authored by Ewoud Kohl van Wijngaarden's avatar Ewoud Kohl van Wijngaarden
Browse files

Fix puppet lint errors in examples

parent 545f2600
No related branches found
No related tags found
No related merge requests found
......@@ -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',
# }
# }
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment