Skip to content

Commit

Permalink
testing/vms - ensure that reviewboard is configured on port 5040
Browse files Browse the repository at this point in the history
#130 - Can not show diff and create review request
  • Loading branch information
rombert committed Apr 5, 2014
1 parent 5ba5350 commit 77e2cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/vms/modules/reviewboard/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# Install and configure reviewboard
exec {'rb-site':
command => 'rb-site install --noinput --domain-name=localhost --db-type=mysql --db-host=localhost --db-name=reviewboard --db-user=reviewboard --db-pass=rb --cache-type=file --cache-info=/var/cache/reviewboard/cache --web-server-type=apache --python-loader=wsgi --admin-user=admin --admin-password=admin --admin-email=robert@lmn.ro /var/www/reviews/',
command => 'rb-site install --noinput --domain-name=localhost --db-type=mysql --db-host=localhost --db-name=reviewboard --db-user=reviewboard --db-pass=rb --cache-type=file --cache-info=/var/cache/reviewboard/cache --web-server-type=apache --web-server-port=5040 --python-loader=wsgi --admin-user=admin --admin-password=admin --admin-email=robert@lmn.ro /var/www/reviews/',
path => '/usr/bin/',
user => 'root',
creates => '/var/www/reviews',
Expand Down

0 comments on commit 77e2cde

Please sign in to comment.