dev/provisioning/modules/puppi/manifests/two.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 23 Jun 2016 10:41:57 +0200
changeset 198 541e26eb356f
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
Display filter IDs Remove unused transitionTo/updateURL methods managed by filter service

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

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

}