From 41407204a25501c9ea5e7949309c5892d2a5b5c5 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Tue, 7 Oct 2025 17:49:54 -0400 Subject: [PATCH] Run carton install in production without develop deps --- hieradata/env/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/env/production.yaml b/hieradata/env/production.yaml index 61c04f6c..4bbfd65a 100644 --- a/hieradata/env/production.yaml +++ b/hieradata/env/production.yaml @@ -8,7 +8,7 @@ exim::config_type: 'satellite' exim::smarthost: 'smtp.mailgun.org' exim::relayhost: '*.mailgun.org' -metacpan::carton_args: '--deployment' +metacpan::carton_args: '--deployment --without develop' metacpan::elasticsearch::status: 'disabled' metacpan::elasticsearch::memory: '10g'