Skip to content

Commit

Permalink
fix journald drop in file
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Jul 26, 2016
1 parent 75bae96 commit 60ed6ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
}

if $flannel::journald_forward_enable and $::operatingsystemmajrelease == 7 {
file { '/etc/systemd/system/flannel.service.d':
file { '/etc/systemd/system/flanneld.service.d':
ensure => 'directory',
owner => 'root',
group => 'root',
mode => '0755',
}
file { '/etc/systemd/system/flannel.service.d/journald.conf':
file { '/etc/systemd/system/flanneld.service.d/journald.conf':
ensure => file,
owner => 'root',
group => 'root',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cristifalcas-flannel",
"version": "1.4.0",
"version": "1.4.1",
"author": "Cristian Falcas",
"license": "Apache-2.0",
"project_page": "https://github.com/cristifalcas/puppet-flannel",
Expand Down

0 comments on commit 60ed6ee

Please sign in to comment.