dev/provisioning/modules/puppi/manifests/two.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 18 Jul 2016 02:37:48 +0200
changeset 244 d7ab83ecf737
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
Checked/indeterminate states with /langues endpoint checkboxes

# Class: puppi::two
#
# Installs Puppi NextGen
#
class puppi::two {

  # The Puppi command
  package { 'puppi':
    ensure   => present,
    provider => 'gem',
  }

}