Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Nov 21, 2018
1 parent da8aa5e commit 0843173
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 0843173

Please sign in to comment.