           SPELL=puppet
         VERSION=3.7.3
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/puppetlabs/$SPELL/archive/$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
#     SOURCE_HASH=sha512:a563421f57e30eb09dc0596f4769ccaa45e9f9c6f29aa4072f370cc95cb50aab00b9ec3450289ea20b7383bb184c491a2ddbe003845beb7d01d328083f3dbad7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://puppetlabs.com/"
      LICENSE[0]=GPL
         ENTERED=20100617
           SHORT="Puppet is a configuration management system"
cat << EOF
Puppet lets you centrally manage every important aspect of your system
using a cross-platform specification language that manages all the separate
elements normally aggregated in different files, including users, cron jobs,
and hosts, along with obviously discrete elements like packages, services,
and files. Its simple declarative specification language provides powerful
classing abilities for drawing out the similarities between hosts while
allowing them to be as specific as necessary, and it handles dependency and
prerequisite relationships between objects clearly and explicitly.
EOF
