Skip to content

Commit

Permalink
Merge pull request #31 from jordiprats/master
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
jordiprats authored Nov 21, 2018
2 parents 9c8a0a6 + 0843173 commit 9cfd2e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
{
exec {'apply sysctl':
command => $sysctl::params::sysctlreload,
require => Concat['/etc/sysctl.conf'],
refreshonly => true,
}
}
Expand All @@ -26,7 +25,6 @@
{
exec {'apply sysctl':
command => $sysctl::params::sysctlreload,
require => Concat['/etc/sysctl.conf'],
refreshonly => true,
}
}
Expand Down

0 comments on commit 9cfd2e5

Please sign in to comment.