From 8895d8c5653f7f845ad9a71e794b2f0dbc8d2b2c Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 9 Nov 2024 11:00:03 -0700 Subject: [PATCH] Add git to ubunut --- custom/testing/golden-state-tree/os/ubuntu/pkgs/init.sls | 1 + custom/testing/golden-state-tree/pkgs/git.sls | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 custom/testing/golden-state-tree/pkgs/git.sls diff --git a/custom/testing/golden-state-tree/os/ubuntu/pkgs/init.sls b/custom/testing/golden-state-tree/os/ubuntu/pkgs/init.sls index 291a990..cde7339 100644 --- a/custom/testing/golden-state-tree/os/ubuntu/pkgs/init.sls +++ b/custom/testing/golden-state-tree/os/ubuntu/pkgs/init.sls @@ -3,6 +3,7 @@ include: # - os.debian.pkgs.libdpkg-perl # - os.debian.pkgs.timesync # - pkgs.bower + - pkgs.git - pkgs.curl - pkgs.dmidecode - pkgs.dnsutils diff --git a/custom/testing/golden-state-tree/pkgs/git.sls b/custom/testing/golden-state-tree/pkgs/git.sls new file mode 100644 index 0000000..ffe41d6 --- /dev/null +++ b/custom/testing/golden-state-tree/pkgs/git.sls @@ -0,0 +1,5 @@ +{%- set git = 'git' %} + +git: + pkg.installed: + - name: {{ git }}