move vim package from both to ubuntu only

this is b/c of some error that I ran into on RHEL.
This commit is contained in:
Dan Bode
2013-01-29 23:44:16 -08:00
parent 8ba3dc0114
commit 78842dd23b
2 changed files with 3 additions and 2 deletions

View File

@@ -40,8 +40,6 @@ package { ['hiera', 'hiera-puppet', 'ruby-debug']:
provider => 'gem',
}
package { 'vim': ensure => present }
file { '/etc/puppet/hiera.yaml':
content =>
'

View File

@@ -30,3 +30,6 @@ exec { '/usr/bin/apt-get update':
logoutput => true,
}
package { 'vim': ensure => present }