Skip to content

Commit

Permalink
adding rootpw tag to the TDL export
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Nov 14, 2011
1 parent 6758baa commit f9b7640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/models/system_template.rb
Expand Up @@ -141,6 +141,8 @@ def export_as_tdl
xm.install("type" => "url") {
xm.url distro.url
}
# TODO root password is hardcoded for now
xm.rootpw "redhat"
}
elsif self.distributions.count < 1
Rails.logger.info "Template '%s' is missing distribution" % self.name
Expand Down

0 comments on commit f9b7640

Please sign in to comment.