dev/provisioning/modules/puppi/manifests/two.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 25 Sep 2016 22:35:12 +0200
changeset 292 df030ddd4eca
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
Convert discourses pack circles to div + Highlight select filter

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

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

}