mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
Merge pull request #68 from myii/bug/fix-reference-to-node-formula
fix(pillar): update `node.pkg` => `node.package`
This commit is contained in:
commit
45a504cd48
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