Skip to content

Commit

Permalink
Remove bogus not used code.
Browse files Browse the repository at this point in the history
  • Loading branch information
janorn committed Apr 30, 2017
1 parent a9ac62e commit c94a674
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# Define what to do with INPUT multicast packets
$multicast_policy = 'accept'

# Location of ipf helper script
$helper = '/etc/ipf/ipf-helper.sh'

Expand Down Expand Up @@ -98,16 +98,4 @@
$debug = false
$audit_only = false

## FILE SERVING SOURCE
case $::base_source {
'': {
$general_base_source = $::puppetversion ? {
/(^0.25)/ => 'puppet:///modules',
/(^0.)/ => "puppet://${servername}",
default => 'puppet:///modules',
}
}
default: { $general_base_source = $::base_source }
}

}

0 comments on commit c94a674

Please sign in to comment.