--- # # Nodo # nodo::role: 'dev::virtual' # # Classes # #classes: # - 'database' # - 'apache' # # MySQL # # The following password is public information and therefore # shall not be user on production. mysql::server::rootpw: '9pRfteNbSFFyrHhackme' # # Backup # nodo::subsystem::backup::localhost : false nodo::subsystem::backup::encryptkey : 'none' nodo::subsystem::backup::password : 'hackme' # # Websites # #websites::default_db : 'dbname' #websites::default_db::password : 'hackme' # # Apache # #apache::default_folder : '/srv/kvmx' #apache::default_user : 'user' #apache::default_group : 'user' # Manage your app #apache::sites: # myapp: # docroot : "/vagrant/" # server_alias : 'myapp vagrant localhost' # use : [ "Site myapp" ] # tag : 'all' # owner : vagrant # group : vagrant # mpm_user : vagrant # mpm_group : vagrant # password : '$5$NZfZqcdyZ3Xt$.kfZejriEJP3fc6RU0gBGEzMPQ/c3XiowVImB6VDrtD' # shell : '/bin/bash'