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
I'm trying to use grid_repos puppet module but I have a issue.
I use puppet version 3.8.7
Below is my simple example :
cat clrwn.pp
class { 'grid_repos': }
puppet apply ./clrwn.pp return a error.
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Error: create_resources(): second argument must be a hash at /etc/puppet/modules/grid_repos/manifests/init.pp:30 on node virtu.fr
Error: create_resources(): second argument must be a hash at /etc/puppet/modules/grid_repos/manifests/init.pp:30 on node virtui.fr
What is wrong with my configuration
Thank for help
Jean-Claude
The text was updated successfully, but these errors were encountered:
it looks like the problem is in the code. I couldn't get it to work either without code changes. I don't use it myself, so I don't know whether it worked with older versions of puppet.
I've pushed my changes to the development branch.
Can you try whether this version works for you ?
it looks like the problem is in the code. I couldn't get it to work either without code changes. I don't use it myself, so I don't know whether it worked with older versions of puppet.
I've pushed my changes to the development branch.
Can you try whether this version works for you ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub , or mute the thread .
Hello,
I'm trying to use grid_repos puppet module but I have a issue.
I use puppet version 3.8.7
Below is my simple example :
cat clrwn.pp
class { 'grid_repos': }
puppet apply ./clrwn.pp return a error.
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Error: create_resources(): second argument must be a hash at /etc/puppet/modules/grid_repos/manifests/init.pp:30 on node virtu.fr
Error: create_resources(): second argument must be a hash at /etc/puppet/modules/grid_repos/manifests/init.pp:30 on node virtui.fr
What is wrong with my configuration
Thank for help
Jean-Claude
The text was updated successfully, but these errors were encountered: