From 33a614293639a7e946ec0ea283936a7ce216100e Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 15 Oct 2017 11:40:03 -0700 Subject: [PATCH] Updated sourcing of travis stuff --- link/nix/zshrc | 6 +++--- puppet/production/site/profile/manifests/mac.pp | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index bde0f35..4111e32 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -93,9 +93,9 @@ if [[ `uname` == 'Darwin' ]]; then export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities export PATH="/usr/local/opt/python/libexec/bin:$PATH" export PATH=$PATH:/usr/local/opt/node@6/bin + + # added by travis gem + [ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh || echo 'The travis gem is missing. After installing it run "echo y|travis" to create ~/.travis' fi -# added by travis gem -[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh - diff --git a/puppet/production/site/profile/manifests/mac.pp b/puppet/production/site/profile/manifests/mac.pp index 3af1297..6629770 100644 --- a/puppet/production/site/profile/manifests/mac.pp +++ b/puppet/production/site/profile/manifests/mac.pp @@ -83,7 +83,6 @@ class profile::mac { require => Package['python'], } - file { "${homedir}/repos": ensure => 'directory', }