summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorGabriel Filion <lelutin@gmail.com>2011-08-23 16:29:38 -0400
committerGabriel Filion <lelutin@gmail.com>2011-08-23 16:29:38 -0400
commit529e6ec7a0bfd2d82b0819b50cf2033ae3c91bfc (patch)
tree6425562cb8705b29b3e651e7ca88165efacccd13 /manifests
parent2a13f8a56b2acac95c9f59f6957eb5ece386e76d (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>
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
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 }
}