From 8caa2700c7e83670776ff12072fe0120b1a53595 Mon Sep 17 00:00:00 2001 From: Matthew Benstead Date: Tue, 17 Oct 2023 10:06:40 -0700 Subject: [PATCH 1/2] Fix filename for localscratch --- site/profile/manifests/{localscratch_mount.pp => localscratch.pp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename site/profile/manifests/{localscratch_mount.pp => localscratch.pp} (100%) diff --git a/site/profile/manifests/localscratch_mount.pp b/site/profile/manifests/localscratch.pp similarity index 100% rename from site/profile/manifests/localscratch_mount.pp rename to site/profile/manifests/localscratch.pp From e3ea495b91e1084a67f38dc46959b835266493d6 Mon Sep 17 00:00:00 2001 From: Matthew Benstead Date: Tue, 17 Oct 2023 10:12:46 -0700 Subject: [PATCH 2/2] Remove check on /mnt --- site/profile/manifests/localscratch.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/site/profile/manifests/localscratch.pp b/site/profile/manifests/localscratch.pp index 490caba..8c64801 100644 --- a/site/profile/manifests/localscratch.pp +++ b/site/profile/manifests/localscratch.pp @@ -5,7 +5,6 @@ options => 'rw,bind', device => '/mnt', require => [ - File['/mnt'], File['/localscratch'], ], }