summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-r10k/files/patch-lib_r10k_settings.rb
blob: ecafe759c1cab0d45fbafd2e77d8e0ff6fee6726 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/r10k/settings.rb.orig	2025-09-04 00:19:16 UTC
+++ lib/r10k/settings.rb
@@ -188,8 +188,8 @@ module R10K
         }),
 
         Definition.new(:puppet_path, {
-          :desc => "Path to puppet executable. Defaults to /opt/puppetlabs/bin/puppet.",
-          :default => '/opt/puppetlabs/bin/puppet',
+          :desc => "Path to puppet executable. Defaults to %%PREFIX%%/bin/puppet.",
+          :default => '%%PREFIX%%/bin/puppet',
           :validate => lambda do |value|
             unless File.executable? value
               raise ArgumentError, "The specified puppet executable #{value} is not executable"