/* /home/administrator/code/environments/production/modules/webapp/templates/wp-config.php.erb */ /* 워드프레스 초기화 설정 파일 템플릿 */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', "<%= scope['webapp::db::wp_db_name'] %>" ); /** MySQL database username */ define( 'DB_USER', "<%= scope['webapp::db::wp_user'] %>" ); /** MySQL database password */ define( 'DB_PASSWORD', "<%= scope['webapp::db::wp_user_password'] %>" ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' ); /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The Database Collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' );
각 노드는 하이라와 템플릿을 통해 다른 자료를 사용합니다. 노드 선언을 수정해 봅시다.
administrator@vmgate:~/code/environments/production$ vi manifests/site.pp