Skip to content

Commit

Permalink
wrong invocation of template
Browse files Browse the repository at this point in the history
missing the template() function call in the master.cf resource
  • Loading branch information
hakamadare committed Apr 4, 2012
1 parent 0bf96e1 commit c4b9ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
owner => 'root',
group => 'root',
mode => '0644',
content => $master_os_template,
content => template($master_os_template),
seltype => $postfix_seltype,
notify => Service['postfix'],
require => Package['postfix'],
Expand Down

0 comments on commit c4b9ad6

Please sign in to comment.