Skip to content

Commit e366daa

Browse files
Merge pull request #48 from Avature/master
Change default: to value:
2 parents 8aeb9ae + 00f82b4 commit e366daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/mysql_db.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# limitations under the License.
1717
#
1818

19-
user = attribute('User', description: 'MySQL database user', default: 'root', required: true)
20-
pass = attribute('Password', description: 'MySQL database password', default: 'iloverandompasswordsbutthiswilldo', required: true)
19+
user = attribute('User', description: 'MySQL database user', value: 'root', required: true)
20+
pass = attribute('Password', description: 'MySQL database password', value: 'iloverandompasswordsbutthiswilldo', required: true)
2121

2222
control 'mysql-db-01' do
2323
impact 0.3

0 commit comments

Comments
 (0)