Commit ce615d47 authored by Lance Albertson's avatar Lance Albertson
Browse files

oops, need to keep it like this anyways since it doesn't make sense otherwise

parent d92a5c6e
...@@ -10,6 +10,8 @@ Puppet::Type.newtype(:package_use) do ...@@ -10,6 +10,8 @@ Puppet::Type.newtype(:package_use) do
newparam(:package) do newparam(:package) do
desc "The package" desc "The package"
isnamevar
end end
newproperty(:use_flags) do newproperty(:use_flags) do
...@@ -46,7 +48,7 @@ Puppet::Type.newtype(:package_use) do ...@@ -46,7 +48,7 @@ Puppet::Type.newtype(:package_use) do
end end
newproperty(:target, :namevar => true) do newproperty(:target) do
desc "The location of the package.use file" desc "The location of the package.use file"
defaultto { defaultto {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment