dev/provisioning/modules/puppi/manifests/two.pp
author ymh <ymh.work@gmail.com>
Sat, 03 Dec 2016 01:32:43 +0100
changeset 462 ebd8269781fa
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
support transcript in pdf

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

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

}