summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-09 10:29:45 -0500
committerLuke Kanies <luke@madstop.com>2008-07-09 10:29:45 -0500
commitd25c2b282cc4cd703bba3d2457f93431098ddc85 (patch)
treee6b18045f55253a3c2cb15960336bdb4a9a5b91a /lib/puppet
parent9eb9affe11b4dbe69c7cd55aff28f39dffde27e8 (diff)
downloadpuppet-d25c2b282cc4cd703bba3d2457f93431098ddc85.tar.gz
puppet-d25c2b282cc4cd703bba3d2457f93431098ddc85.tar.xz
puppet-d25c2b282cc4cd703bba3d2457f93431098ddc85.zip
Fixed #1407 - allowdupe is now a boolean group parameter.
This just fixes a regression. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet')
-rwxr-xr-xlib/puppet/type/group.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/group.rb b/lib/puppet/type/group.rb
index 36a4d49fa..2a5ac30da 100755
--- a/lib/puppet/type/group.rb
+++ b/lib/puppet/type/group.rb
@@ -110,7 +110,7 @@ module Puppet
isnamevar
end
- newparam(:allowdupe) do
+ newparam(:allowdupe, :boolean => true) do
desc "Whether to allow duplicate GIDs. This option does not work on
FreeBSD (contract to the ``pw`` man page)."