mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 17:50:24 +00:00
fix(pillar): update node.pkg
=> node.package
This commit is contained in:
parent
5701df06a9
commit
a6d3c98ae7
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ packages:
|
|||
# yamllint enable rule:line-length
|
||||
required:
|
||||
states:
|
||||
- node.pkg
|
||||
- node.package.install
|
||||
wanted:
|
||||
# Valid formats:
|
||||
#
|
||||
|
|
|
@ -83,7 +83,7 @@ packages:
|
|||
# force_reinstall: False # Install the package even if it is already installed
|
||||
required:
|
||||
states:
|
||||
- node.pkg
|
||||
- node.package.install
|
||||
wanted:
|
||||
# Valid formats:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue