summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/defaults3
-rw-r--r--etc/os.d/linux-gentoo3
-rw-r--r--playbook.bash2
3 files changed, 3 insertions, 5 deletions
diff --git a/etc/defaults b/etc/defaults
index 51e58ad..913de50 100644
--- a/etc/defaults
+++ b/etc/defaults
@@ -1,4 +1,3 @@
pkg.curl=curl
-pkg.helm=helm
-pkg.k3s=k3s
pkg.kubectl=kubectl
+pkg.nfs-common=nfs-common
diff --git a/etc/os.d/linux-gentoo b/etc/os.d/linux-gentoo
index 4aaaabf..5b21391 100644
--- a/etc/os.d/linux-gentoo
+++ b/etc/os.d/linux-gentoo
@@ -1,2 +1 @@
-pkg.k3s=sys-cluster/k3s
-pkg.helm=app-admin/helm
+pkg.nfs-common=net-fs/nfs-utils
diff --git a/playbook.bash b/playbook.bash
index 2d150d1..6df86ab 100644
--- a/playbook.bash
+++ b/playbook.bash
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
playbook_add() {
- pkg install curl
+ pkg install curl nfs-common
case "${BASHTARD_PLATFORM[key]}" in
linux-debian_gnu_linux|linux-ubuntu)