From 8a15bac595fd96debe52dc437bd34f682564b2b6 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 1 Oct 2019 14:52:15 +0200 Subject: delete legacy docs/ folder We now have a REFERENCE.md in the repository. We don't need the docs/ folder anymore. --- docs/puppet_classes/ferm_3A_3Ainstall.html | 125 ----------------------------- 1 file changed, 125 deletions(-) delete mode 100644 docs/puppet_classes/ferm_3A_3Ainstall.html (limited to 'docs/puppet_classes/ferm_3A_3Ainstall.html') diff --git a/docs/puppet_classes/ferm_3A_3Ainstall.html b/docs/puppet_classes/ferm_3A_3Ainstall.html deleted file mode 100644 index c6e1b12..0000000 --- a/docs/puppet_classes/ferm_3A_3Ainstall.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - Puppet Class: ferm::install - - — Documentation by YARD 0.9.12 - - - - - - - - - - - - - - - - - - - -
- - -

Puppet Class: ferm::install

-
- - -
-
Defined in:
-
- manifests/install.pp -
-
-
- -

Overview

-
-
-

This class handles the configuration file. Avoid modifying private classes.

- -
-
-
- - -
- - - - - -
-
-
-
-3
-4
-5
-6
-7
-8
-9
-10
-11
-
-
# File 'manifests/install.pp', line 3
-
-class ferm::install {
-
-  # this is a private class
-  assert_private("You're not supposed to do that!")
-
-  package{'ferm':
-    ensure => 'latest',
-  }
-}
-
-
-
- - - -
- - \ No newline at end of file -- cgit v1.2.3