Skip to content

Commit

Permalink
Merge pull request #103 from janstenpickle/container_hostname
Browse files Browse the repository at this point in the history
Fix host argument
  • Loading branch information
bflad committed Mar 29, 2014
2 parents 818b784 + 6880851 commit 025c622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def run
'env' => Array(new_resource.env),
'entrypoint' => new_resource.entrypoint,
'expose' => Array(new_resource.expose),
'host' => new_resource.hostname,
'hostname' => new_resource.hostname,
'interactive' => new_resource.stdin,
'link' => Array(new_resource.link),
'lxc-conf' => Array(new_resource.lxc_conf),
Expand Down

0 comments on commit 025c622

Please sign in to comment.