Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions data/infra/resources/paludis_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ syntax_description: 'A **paludis_package** resource block manages a package on a
which will install the named package using all of the default options
and the default action (`:install`).'
resource_new_in: '12.1'
syntax_description: |
A **paludis_package** resource block manages a package on a node,
typically by installing it. The simplest use of the **paludis_package**
resource is:

```ruby
paludis_package 'package_name'
```

which will install the named package using all of the default options.
syntax_full_code_block: |-
paludis_package 'name' do
options String, Array
Expand Down