Merge pull request #68 from myii/bug/fix-reference-to-node-formula

fix(pillar): update `node.pkg` => `node.package`
This commit is contained in:
Imran Iqbal 2020-06-01 19:26:01 +01:00 committed by GitHub
commit 45a504cd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ packages:
# yamllint enable rule:line-length
required:
states:
- node.pkg
- node.package.install
wanted:
# Valid formats:
#

View file

@ -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:
#