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
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
I am trying to setup datagov to my local vm. I am facing the below errror while executing site.pp
Could you please able to assist me resolving this issue?
co@ckan:/etc/puppet$ sudo puppet apply /vagrant/puppet/manifests/site.pp
Warning: Config file /etc/puppetlabs/code/hiera.yaml not found, using Hiera defaults
Warning: Undefined variable 'motd';
(file & line not available)
Error: Evaluation Error: Error while evaluating a Function Call, Could not find class ::dgu_ckan for ckan.localdomain at /vagrant/puppet/manifests/site.pp:88:1 on node ckan.localdomain
The text was updated successfully, but these errors were encountered:
The above issue is resolved by setting up the modules path and copied the dgu_ckan modules foler to module path. However still facing another issue and need some advise.
Error: Evaluation Error: Error while evaluating a Resource Statement, Invalid resource type ckan_config_file at /etc/puppetlabs/code/modules/dgu_ckan/manifests/init.pp:238:3 on node ckan.localdomain
238 line in the puppet file is ckan_config_file { 'ckan_ini_file':
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to setup datagov to my local vm. I am facing the below errror while executing site.pp
Could you please able to assist me resolving this issue?
co@ckan:/etc/puppet$ sudo puppet apply /vagrant/puppet/manifests/site.pp
Warning: Config file /etc/puppetlabs/code/hiera.yaml not found, using Hiera defaults
Warning: Undefined variable 'motd';
(file & line not available)
Error: Evaluation Error: Error while evaluating a Function Call, Could not find class ::dgu_ckan for ckan.localdomain at /vagrant/puppet/manifests/site.pp:88:1 on node ckan.localdomain
The text was updated successfully, but these errors were encountered: