[Puppet Users] Re: Could not evaluate: Could not retrieve information from environment production source(s) for one module, for other is ok

2014-07-27 Thread Shawn Miller
I have the same issue, but having it in and pointed to 'puppet://$puppetserve/modules/ntp/etc/ntp.conf' did not fix it- still get same error, not even 'puppet://$::server/modules/ntp/etc/ntp.conf,' On Monday, August 6, 2012 5:25:34 PM UTC-5, jenrzzz wrote: > > Your source path should be "puppet:

Re: [Puppet Users] Could not retrieve information from environment production source

2014-07-27 Thread Shawn Miller
Mine is that way- /etc/puppet/modules/sudo/files/sudoers # cat modules/sudo/manifests/init.pp class sudo { package { sudo: ensure => present, } if $operatingsystem == "Ubuntu" { package { "sudo-ldap": ensure => present, require => Package["sudo"], } } file { "/etc/sudoers": owner => "root", group =