Add /dist link compatability setting

This commit is contained in:
Geoffrey Corey 2014-12-24 10:49:49 -08:00
parent cf5b5ecdcb
commit 8f7688d183
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ class tlp_vhosts::compat {
target => '/var',
}
file { '/dist':
ensure => 'link',
target => '/var/www/www.apache.org/dist',
require => File['/var/www/www.apache.org/dist'],
}
file { '/usr/local/bin/python2.7':
ensure => 'link',
target => '/usr/bin/python2.7',