dev/provisioning/modules/puppi/manifests/two.pp
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 14:53:59 +0200
changeset 537 d2e6ee099125
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
upgrade ember + laravel + make everything work

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

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

}