Skip to content

Problem with storeconfig variables #47

Description

@entheologist

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions