fix manifest

This commit is contained in:
Benedikt Koeppel 2012-02-18 21:59:42 +01:00
parent 3ceb643487
commit 3a810fa5ea
1 changed files with 1 additions and 4 deletions

View File

@ -24,7 +24,4 @@ __package mysql-server --state installed
# store the root password in /root/.my.cnf so that processes can connect
# to the database without requiring a passwort input
rootpassword="$(cat "$__object/parameter/password")"
__file "/root/.my.cnf" --group root --owner root --mode 600 --source "$__type/files/my.cnf"
require="__file/root/.my.cnf" \
__addifnosuchline "/root/.my.cnf" --line "password=$rootpassword"
__file "/root/.my.cnf" --group root --owner root --mode 600