diff --git a/custom/testing/golden-state-tree/os/rocky/pkgs/init.sls b/custom/testing/golden-state-tree/os/rocky/pkgs/init.sls index 38a11c8..858770f 100644 --- a/custom/testing/golden-state-tree/os/rocky/pkgs/init.sls +++ b/custom/testing/golden-state-tree/os/rocky/pkgs/init.sls @@ -1,4 +1,5 @@ include: + - pkgs.which - pkgs.cron - pkgs.curl - pkgs.dmidecode diff --git a/custom/testing/golden-state-tree/pkgs/which.sls b/custom/testing/golden-state-tree/pkgs/which.sls new file mode 100644 index 0000000..930ffbb --- /dev/null +++ b/custom/testing/golden-state-tree/pkgs/which.sls @@ -0,0 +1,5 @@ +{%- set which = 'which' %} + +which: + pkg.installed: + - name: {{ which }}