Skip to content

Commit

Permalink
Merge pull request #313 from sourcejedi/patch-4
Browse files Browse the repository at this point in the history
Fix examples/init_confd.pp
  • Loading branch information
lbetz authored Jun 19, 2017
2 parents 3a738c5 + 342bea0 commit 9bde681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/init_confd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
confd => '/etc/icinga/local.d',
}

file { '/etc/icinga2/conf.d/local.d':
file { '/etc/icinga2/local.d':
ensure => directory,
tag => 'icinga2::config::file',
}

0 comments on commit 9bde681

Please sign in to comment.