Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to support Puppet 4 #18

Merged
merged 11 commits into from
Jul 19, 2017
Prev Previous commit
missed linter update
  • Loading branch information
trevor-vaughan committed Jul 18, 2017
commit 4508f567d270710f8ee3458193eb14847803d4ff
8 changes: 4 additions & 4 deletions manifests/service_limits.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
}

file { "${path}/${name}.d/":
ensure => 'directory',
owner => 'root',
group => 'root',
mode => '0644',
ensure => 'directory',
owner => 'root',
group => 'root',
mode => '0644',
seltype => 'systemd_unit_file_t',
}

Expand Down