We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2e764 commit b08d83eCopy full SHA for b08d83e
data/infra/resources/paludis_package.yaml
@@ -18,16 +18,6 @@ syntax_description: 'A **paludis_package** resource block manages a package on a
18
which will install the named package using all of the default options
19
and the default action (`:install`).'
20
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.
31
syntax_full_code_block: |-
32
paludis_package 'name' do
33
options String, Array
0 commit comments