From 5b63a85a6e3b45320145b3fb43589092d6c528a1 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 10 Feb 2018 20:43:05 -0800 Subject: [PATCH] Added symlink to make .tmux.conf work right --- puppet/production/site/profile/manifests/linux/el.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/puppet/production/site/profile/manifests/linux/el.pp b/puppet/production/site/profile/manifests/linux/el.pp index 1c3f51f..0c6e496 100644 --- a/puppet/production/site/profile/manifests/linux/el.pp +++ b/puppet/production/site/profile/manifests/linux/el.pp @@ -60,6 +60,14 @@ class profile::linux::el { group => $gid, } + # Unlike on Mint, powerline is pulled from pip. + # This makes it so that the line in .tmux.conf works on both. + file { '/usr/share/powerline': + ensure => 'link', + target => '/usr/lib/python2.7/site-packages/powerline', + require => Package[$python_pacakges], + } + vcsrepo { default: ensure => 'latest',