diff --git a/manifests/install/bundle.pp b/manifests/install/bundle.pp index 59a5895f..333ba770 100644 --- a/manifests/install/bundle.pp +++ b/manifests/install/bundle.pp @@ -16,7 +16,7 @@ source => $source, revision => $revision, } - exec { "${module_name}-install-via-bundle": + exec { "${module_name}-install-via-bundle": # lint:ignore:check_unsafe_interpolations command => 'bundle && bundle install --path /opt/ --binstubs /usr/local/bin/', cwd => '/tmp/r10k', require => [Package["${module_name}-bundle"], Vcsrepo["${module_name}-r10k-github"]],