dev/provisioning/modules/puppi/manifests/two.pp
author ymh <ymh.work@gmail.com>
Tue, 13 Dec 2016 23:30:54 +0100
changeset 473 1b8b29c0e95c
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
Added tag 0.0.13 for changeset 8b1e24e0ef70

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

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

}