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
}
`
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: