diff options
author | Gabriel Filion <lelutin@gmail.com> | 2011-08-23 16:29:38 -0400 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2011-08-23 16:29:38 -0400 |
commit | 529e6ec7a0bfd2d82b0819b50cf2033ae3c91bfc (patch) | |
tree | 6425562cb8705b29b3e651e7ca88165efacccd13 | |
parent | 2a13f8a56b2acac95c9f59f6957eb5ece386e76d (diff) |
Include the OS-specific class for FreeBSD
The FreeBSD class was previously defined but not included by the puppet
class in init.pp
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 69d9b18..fb10773 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -36,6 +36,7 @@ class puppet { } } openbsd: { include puppet::openbsd } + freebsd: { include puppet::freebsd } default: { include puppet::base } } |