From: Peter Palfrader Date: Thu, 31 Aug 2017 18:31:58 +0000 (+0000) Subject: salsa: no yarn handling X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ecb2c09f0e1465dc78897fa612ad85aea6b213cc;p=mirror%2Fdsa-puppet.git salsa: no yarn handling --- diff --git a/modules/salsa/manifests/packages.pp b/modules/salsa/manifests/packages.pp index d5fc79224..a0a4f8664 100644 --- a/modules/salsa/manifests/packages.pp +++ b/modules/salsa/manifests/packages.pp @@ -30,33 +30,4 @@ class salsa::packages inherits salsa { ] ensure_packages($requirements, { ensure => 'installed' }) - -# file { "${salsa::home}/yarn": -# ensure => directory, -# owner => $salsa::user, -# group => $salsa::group, -# mode => '0755', -# } - -# archive { "yarn-${gitlab::yarnversion}.tar.gz": -# path => "${gitlab::home}/yarn-${gitlab::yarnversion}.tar.gz", -# source => "https://github.com/yarnpkg/yarn/releases/download/${gitlab::yarnversion}/yarn-${gitlab::yarnversionett}.tar.gz", -# extract => true, -# extract_path => "${gitlab::params::home}/yarn", -# cleanup => true, -# user => $gitlab::user, -# group => $gitlab::group, -# require => File["${gitlab::home}/yarn"], -# } -# -# if $gitlab::source_manage { -# vcsrepo { "${gitlab::home}/gitlab": -# ensure => present, -# provider => git, -# source => 'https://github.com/gitlabhq/gitlabhq.git', -# revision => $gitlab::source_version, -# owner => $gitlab::user, -# group => $gitlab::group -# } -# } }