summaryrefslogtreecommitdiffstats
path: root/modules/podman
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-05-26 02:10:53 -0400
committerJesse Luehrs <doy@tozt.net>2022-05-26 02:10:53 -0400
commita62d11a5511d5956ef8cec02ab0ad63f7ff82ef0 (patch)
treeabc69aa3bab2960b76498faecee13921e24fc0a2 /modules/podman
parenta496381cba5df70cb757aa2c437bf7ecff22e316 (diff)
downloadpuppet-tozt-a62d11a5511d5956ef8cec02ab0ad63f7ff82ef0.tar.gz
puppet-tozt-a62d11a5511d5956ef8cec02ab0ad63f7ff82ef0.zip
Revert "actually, only do this for pihole for now"
This reverts commit a496381cba5df70cb757aa2c437bf7ecff22e316.
Diffstat (limited to 'modules/podman')
-rw-r--r--modules/podman/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/podman/manifests/init.pp b/modules/podman/manifests/init.pp
index c40b41d..741911e 100644
--- a/modules/podman/manifests/init.pp
+++ b/modules/podman/manifests/init.pp
@@ -1,5 +1,5 @@
class podman {
- package { "podman":
+ package { ["podman", "cni-plugins"]:
ensure => installed;
}
}