Skip to content

Commit

Permalink
fix erb in CentOS 5.10 and 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Nov 2, 2014
1 parent b05be06 commit 7d90007
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/CentOS-5.10/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- 'linux text ks=http://%IP%:%PORT%/ks.cfg<Enter>'
:kickstart_port: "7122"
:kickstart_timeout: 300
:kickstart_file: "ks.cfg"
:kickstart_file: "ks.cfg.erb"
:ssh_login_timeout: "10000"
:ssh_user: "vagrant"
:ssh_password: "vagrant"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/CentOS-6.5/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- '<Tab> text ks=http://%IP%:%PORT%/ks.cfg<Enter>'
:kickstart_port: "7122"
:kickstart_timeout: 300
:kickstart_file: "ks.cfg"
:kickstart_file: "ks.cfg.erb"
:ssh_login_timeout: "10000"
:ssh_user: "veewee"
:ssh_password: "veewee"
Expand Down
File renamed without changes.

0 comments on commit 7d90007

Please sign in to comment.