You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While puppetising Pinto installation I stumbled on bin/pinto --version command returning non-zero exit status code which indicates failure and puppet stops the deployment.
I went around this by setting returns parameter for exec resource, but it's just doesn't look nice. Could you please fix this small issue.
I guess it's related to #132 but I decided to open a fresh ticket.
The text was updated successfully, but these errors were encountered:
This exit status comes from App::Cmd which provides the --version functionality. @rjbs, do you have an opinion on the exit status of --version (and presumably --help as well)?
While puppetising Pinto installation I stumbled on
bin/pinto --version
command returning non-zero exit status code which indicates failure and puppet stops the deployment.I went around this by setting
returns
parameter forexec
resource, but it's just doesn't look nice. Could you please fix this small issue.I guess it's related to #132 but I decided to open a fresh ticket.
The text was updated successfully, but these errors were encountered: