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

Problem with storeconfig variables #47

Open
entheologist opened this issue Dec 23, 2016 · 0 comments
Open

Problem with storeconfig variables #47

entheologist opened this issue Dec 23, 2016 · 0 comments

Comments

@entheologist
Copy link

Here is the code I added to my default.pp file:

`node 'phpmyadminserver' {

class { 'phpmyadmin': }
phpmyadmin::server{ 'default': }

}

node 'mysqlserver' {

@@phpmyadmin::servernode { "${::ipaddress}":
server_group => 'default',
}

}
`
It gives me an error about the storeconfig variables:

==> default: Warning: You cannot collect without storeconfigs being set on line 43 in file /tmp/vagrant-puppet/manifests
-a11d1078b1b1f2e3bdea27312f6ba513/start.pp
==> default: Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults

The VM is Ubuntu 14, and the host is Windows 10 host. I think the hiera config file error is coming from this module too.

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

1 participant