Skip to content

Commit

Permalink
metadata bump phpmyadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Deininger committed Jun 9, 2010
1 parent ab1bbe1 commit 56b7b5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbooks/phpmyadmin/metadata.json
Expand Up @@ -13,7 +13,7 @@
"recipes": [
"phpmyadmin::default"
],
"display_name": "phpmyadmin",
"display_name": "MySQL host name",
"description": "The FQDN of the mysql server you would like to use and administrate"
},
"phpmyadmin": {
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/phpmyadmin/metadata.rb
Expand Up @@ -10,7 +10,7 @@
attribute "phpmyadmin", :display_name => "phpmyadmin", :type => "hash"

attribute "phpmyadmin/mysql_host",
:display_name => "phpmyadmin",
:display_name => "MySQL host name",
:description => "The FQDN of the mysql server you would like to use and administrate",
:required => true,
:recipes => ["phpmyadmin::default"]
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/phpmyadmin/recipes/default.rb
Expand Up @@ -23,7 +23,7 @@
end

bash "set_seeds" do
code <<EOH-
code <<EOH
debconf-set-selections /tmp/phpmyadmin.seed
EOH
end
Expand Down

0 comments on commit 56b7b5d

Please sign in to comment.