summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-06 05:10:39 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-06 05:11:47 -0500
commit0041d604e5f4de79949d425a57308117b9bcf49a (patch)
tree6639e1754b4a24e9da08a1a79f4b0eecbedd7ef3 /modules/tozt
parent681d9ef27b5d8fba31e982f3c3a096e243f95e21 (diff)
downloadpuppet-tozt-0041d604e5f4de79949d425a57308117b9bcf49a.tar.gz
puppet-tozt-0041d604e5f4de79949d425a57308117b9bcf49a.zip
ensure we have the proper base directories
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/persistent.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/tozt/manifests/persistent.pp b/modules/tozt/manifests/persistent.pp
index 0726455..431577b 100644
--- a/modules/tozt/manifests/persistent.pp
+++ b/modules/tozt/manifests/persistent.pp
@@ -31,8 +31,6 @@ class tozt::persistent {
"/media/persistent/paste",
"/media/persistent/git",
"/media/persistent/certbot",
- "/media/persistent/cargo",
- "/media/persistent/rustup",
]:
ensure => directory,
require => Exec["mount /media/persistent"];