lib/templates/create/roles/db.sh in sunzi-1.0.0 vs lib/templates/create/roles/db.sh in sunzi-1.1.0

- old
+ new

@@ -1,5 +1,5 @@ # Install Database Server -source recipes/mongodb-10gen.sh # MongoDB -# aptitude -q -y install mysql-server-5.5 # MySQL 5.5 - You may need to enable Dotdeb in install.sh first -# aptitude -y install redis-server # Redis - You may need to enable Dotdeb in install.sh first +# source recipes/mongodb-10gen.sh # MongoDB +# apt-get -q -y install mysql-server-5.5 # MySQL 5.5 - You may need to enable Dotdeb in install.sh first +# apt-get -y install redis-server # Redis - You may need to enable Dotdeb in install.sh first