Skip to content

Commit

Permalink
Revert "(portage-#41) Default package_* to present"
Browse files Browse the repository at this point in the history
This reverts commit 31b53b9.

Git bisect indicates that this caused #45.
  • Loading branch information
adrienthebo committed Feb 19, 2013
1 parent dc3b6ca commit d607839
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions lib/puppet/type/package_keywords.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
target => 'puppet',
}"

ensurable do
defaultto :present
end
ensurable

newparam(:name) do
desc "The package name"
Expand Down
4 changes: 1 addition & 3 deletions lib/puppet/type/package_mask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
target => 'chef',
}"

ensurable do
defaultto :present
end
ensurable

newparam(:name) do
desc "The package name"
Expand Down
4 changes: 1 addition & 3 deletions lib/puppet/type/package_unmask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
target => 'puppet',
}"

ensurable do
defaultto :present
end
ensurable

newparam(:name) do
desc "The package name"
Expand Down
4 changes: 1 addition & 3 deletions lib/puppet/type/package_use.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
target => 'puppet',
}"

ensurable do
defaultto :present
end
ensurable

newparam(:name) do
desc "The package name"
Expand Down

0 comments on commit d607839

Please sign in to comment.