summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-21 02:38:42 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-21 02:38:42 -0500
commit12387827a3b5a3b162c69801aa3c394ca417c33a (patch)
tree4d51cc7da61fac7d7720b3ad4a4c5a3d02eed985 /modules/tozt
parent2e71f8ea95a76c9403bb3636586cdbb5f9a49352 (diff)
downloadpuppet-tozt-12387827a3b5a3b162c69801aa3c394ca417c33a.tar.gz
puppet-tozt-12387827a3b5a3b162c69801aa3c394ca417c33a.zip
install the tailscale client everywhere
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/operatingsystem.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tozt/manifests/operatingsystem.pp b/modules/tozt/manifests/operatingsystem.pp
index c978e75..18e801e 100644
--- a/modules/tozt/manifests/operatingsystem.pp
+++ b/modules/tozt/manifests/operatingsystem.pp
@@ -1,4 +1,5 @@
class tozt::operatingsystem {
include reflector
+ include tailscale
include wireguard
}