Merge "Install bootstrap for zuul module"
This commit is contained in:
commit
62ae84f837
@ -183,6 +183,21 @@ class zuul (
|
|||||||
Package['libjs-jquery']],
|
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':
|
vcsrepo { '/opt/jquery-visibility':
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
provider => git,
|
provider => git,
|
||||||
|
Loading…
Reference in New Issue
Block a user