Skip to content

Commit b08d83e

Browse files
authored
Fix paludis package data (#4501)
Signed-off-by: Ian Maddaus <[email protected]>
1 parent cd2e764 commit b08d83e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

data/infra/resources/paludis_package.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ syntax_description: 'A **paludis_package** resource block manages a package on a
1818
which will install the named package using all of the default options
1919
and the default action (`:install`).'
2020
resource_new_in: '12.1'
21-
syntax_description: |
22-
A **paludis_package** resource block manages a package on a node,
23-
typically by installing it. The simplest use of the **paludis_package**
24-
resource is:
25-
26-
```ruby
27-
paludis_package 'package_name'
28-
```
29-
30-
which will install the named package using all of the default options.
3121
syntax_full_code_block: |-
3222
paludis_package 'name' do
3323
options String, Array

0 commit comments

Comments
 (0)