dev/provisioning/modules/puppi/manifests/two.pp
author ymh <ymh.work@gmail.com>
Mon, 12 Dec 2016 17:37:54 +0100
changeset 468 8fe093d88efe
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
correct min, max calculations when theme list change

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

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

}