dev/provisioning/modules/puppi/manifests/two.pp
author ymh <ymh.work@gmail.com>
Fri, 07 Oct 2016 02:07:34 +0200
changeset 324 92fc9d077f95
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
add pagination info for document list, move it to meta sub object

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

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

}