diff --git a/manifests/package.pp b/manifests/package.pp index 9fb81f6..c26e6ee 100644 --- a/manifests/package.pp +++ b/manifests/package.pp @@ -10,14 +10,6 @@ # @author Vox Pupuli # @author David Hollinger III # -# This class will determine if the OS running is a supported Linux distribution -# and install the appropriate package. It will prevent failures on a system -# that is running Solaris, but will not install anything as it should be installed -# by default. -# -# If the code doesn't find a matching supported OS, then the Puppet run will fail -# with a "OS not supported" message. -# # This is a private class and cannot be called outside of the autofs module. # class autofs::package {