-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels