Removed old references of StoryBoard
Copy/pasta
This commit is contained in:
parent
238c77cd3b
commit
5e13a8be0b
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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']
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user