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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 4.8.2
Ruby: 2.3.3
Distribution: Debian
Module version: 3.0.0
How to reproduce (e.g Puppet code you use)
Change stash::product to 'bitbucket'.
What are you seeing
It fails to download the backup client.
What behaviour did you expect instead
It should download the backup client
Any additional information you'd like to impart
In manifests/backup.pp the 'file' variable on line 38 takes 'product' as argument inside the string. Replacing #{product} with stash solves this problem for me.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Change stash::product to 'bitbucket'.
What are you seeing
It fails to download the backup client.
What behaviour did you expect instead
It should download the backup client
Any additional information you'd like to impart
In manifests/backup.pp the 'file' variable on line 38 takes 'product' as argument inside the string. Replacing #{product} with stash solves this problem for me.