dev/provisioning/modules/puppi/manifests/two.pp
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 16:32:33 +0100
changeset 30 7ca52d7235ed
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
correct tasks error

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

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

}