zuazo / owncloud-cookbook

Chef cookbook to install and configure ownCloud.
https://supermarket.chef.io/cookbooks/owncloud
Apache License 2.0
37 stars 31 forks source link

Hostname typo #8

Closed schmunk42 closed 10 years ago

schmunk42 commented 10 years ago

I'd suggest to change (add an "n")

config.vm.hostname = "owcloud"

to

config.vm.hostname = "owncloud.local"

or something similar, this would also help testing the ssl connection in the VM.

raulr commented 10 years ago

Changed. Thanks for reporting.