Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation should be fixed #13

Open
WianVos opened this issue Sep 22, 2014 · 1 comment
Open

documentation should be fixed #13

WianVos opened this issue Sep 22, 2014 · 1 comment

Comments

@WianVos
Copy link
Contributor

WianVos commented Sep 22, 2014

We need more documentation on the various parameters of the module.
Because read the fracking code is just no gonna cut it

@ltutar
Copy link
Contributor

ltutar commented Mar 6, 2015

also one errata:

xldeploy_ci{ "Infrastructure/projectx/${hostname}_sshHost":
ensure => present,
type => 'overthere.SshHost',
properties => { 'os' => 'UNIX',
'port' => '22',
'username' => 'deployit',
'tags' => 'projectx',
'connectionType' => 'SCP',
'address' => '${hostname}' },
rest_url => 'http://admin:password@xldeploy.domain.local:4516/xldeploy' }
}

Here the line with 'address' => '${hostname}' }, should be 'address' => "${hostname}" },
otherwise the hostname will not be resolved and put in XL Deploy as ${hostname}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants