Puppet Class: automatic_cd::main::dirs
+-
+
- Inherits: +
- automatic_cd::params +
-
+
- Defined in: +
- + manifests/main/dirs.pp + +
Summary
+ Class manages dirs for the automatic_cd module + +Overview
+automatic_cd::main::dirs.pp Module name: automatic_cd Author: Arne Teuke (arne_teuke@confdroid.com)
+ +
+ + + +6 +7 +8 +9 +10+ |
+
+ # File 'manifests/main/dirs.pp', line 6
+
+class automatic_cd::main::dirs (
+
+) inherits automatic_cd::params {
+ require automatic_cd::main::install
+}
+ |
+