From a6d3c98ae7cc3949feb060c95817250513536e8f Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 1 Jun 2020 18:12:22 +0100 Subject: [PATCH] fix(pillar): update `node.pkg` => `node.package` --- pillar.example | 2 +- test/salt/pillar/debian.sls | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 344bea8..ca927d7 100644 --- a/pillar.example +++ b/pillar.example @@ -101,7 +101,7 @@ packages: # yamllint enable rule:line-length required: states: - - node.pkg + - node.package.install wanted: # Valid formats: # diff --git a/test/salt/pillar/debian.sls b/test/salt/pillar/debian.sls index d60da1d..ddb43b5 100644 --- a/test/salt/pillar/debian.sls +++ b/test/salt/pillar/debian.sls @@ -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: #