Skip to content

Commit

Permalink
Remove bool2httpd
Browse files Browse the repository at this point in the history
Duplicating a function that exists in another module is a bad plan.
Functions do not have a namespace so you can never be sure which one will be used.
It is a better idea to just put the module as a dependency and use the original.
  • Loading branch information
Pete Brown committed Jun 16, 2017
1 parent 03d8073 commit a1f46d0
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions lib/puppet/parser/functions/bool2httpd.rb

This file was deleted.

0 comments on commit a1f46d0

Please sign in to comment.