From 2d355a4c1baadc761d6b12645d0274da8866f722 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 18 Sep 2017 15:23:36 +0200 Subject: initial commit --- manifests/install.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifests/install.pp (limited to 'manifests/install.pp') diff --git a/manifests/install.pp b/manifests/install.pp new file mode 100644 index 0000000..2834dc3 --- /dev/null +++ b/manifests/install.pp @@ -0,0 +1,11 @@ +# @api private +# This class handles the configuration file. Avoid modifying private classes. +class ferm::install { + + # this is a private class + assert_private("You're not supposed to do that!") + + package{'ferm': + ensure => 'latest', + } +} -- cgit v1.2.3