From 78842dd23b0341229807b44972e5f9c386fe17cf Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 29 Jan 2013 23:44:16 -0800 Subject: [PATCH] move vim package from both to ubuntu only this is b/c of some error that I ran into on RHEL. --- manifests/setup/hosts.pp | 2 -- manifests/setup/precise64.pp | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/setup/hosts.pp b/manifests/setup/hosts.pp index 3d80361..9732c76 100644 --- a/manifests/setup/hosts.pp +++ b/manifests/setup/hosts.pp @@ -40,8 +40,6 @@ package { ['hiera', 'hiera-puppet', 'ruby-debug']: provider => 'gem', } -package { 'vim': ensure => present } - file { '/etc/puppet/hiera.yaml': content => ' diff --git a/manifests/setup/precise64.pp b/manifests/setup/precise64.pp index 92c695e..3730f34 100644 --- a/manifests/setup/precise64.pp +++ b/manifests/setup/precise64.pp @@ -30,3 +30,6 @@ exec { '/usr/bin/apt-get update': logoutput => true, } + +package { 'vim': ensure => present } +