Skip to content

Commit

Permalink
Removed a misleading portion of a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
threemachines committed Apr 16, 2015
1 parent 880cf46 commit 0e20f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/version.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Try to automatically detect the version by OS
#
class apache::version {
# This will be 5 or 6 on RedHat, 6 or wheezy on Debian, 12 or quantal on Ubuntu, 3 on Amazon, etc.
# This will be 5 or 6 on RedHat, 6 or wheezy on Debian, 12 or quantal on Ubuntu, etc.
$osr_array = split($::operatingsystemrelease,'[\/\.]')
$distrelease = $osr_array[0]
if ! $distrelease {
Expand Down

0 comments on commit 0e20f6d

Please sign in to comment.