Removed old references of StoryBoard

Copy/pasta
This commit is contained in:
Michael Krotscheck 2015-04-20 18:40:27 -07:00
parent 238c77cd3b
commit 5e13a8be0b
2 changed files with 2 additions and 2 deletions

2
Vagrantfile vendored
View File

@ -8,7 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Define the box.
config.vm.box = "ubuntu/trusty64"
config.vm.hostname = "puppet-storyboard-trusty64"
config.vm.hostname = "puppet-refstack-trusty64"
config.vm.provider :virtualbox do |vb|
vb.customize ['modifyvm', :id,'--memory', '2048']

View File

@ -29,7 +29,7 @@ class refstack::mysql () {
# Install MySQL
include mysql::server
# Add the storyboard database.
# Add the refstack database.
mysql::db { $mysql_database:
user => $mysql_user,
password => $mysql_user_password,