Merge "Install bootstrap for zuul module"

This commit is contained in:
Jenkins 2014-05-09 21:56:26 +00:00 committed by Gerrit Code Review
commit 62ae84f837
1 changed files with 15 additions and 0 deletions

View File

@ -183,6 +183,21 @@ class zuul (
Package['libjs-jquery']],
}
vcsrepo { '/opt/twitter-bootstrap':
ensure => latest,
provider => git,
revision => 'v3.1.1',
source => 'https://github.com/twbs/bootstrap.git',
}
file { '/var/lib/zuul/www/bootstrap':
ensure => link,
target => '/opt/twitter-bootstrap/dist',
require => [File['/var/lib/zuul/www'],
Package['libjs-jquery'],
Vcsrepo['/opt/twitter-bootstrap']],
}
vcsrepo { '/opt/jquery-visibility':
ensure => latest,
provider => git,