Hey all, I just setup puppet 3.7.0 and foreman 1.6.0 on a new host. And I just learned about the new syntax replacing the include directive. I found this example of how to do this in puppet enterprise: [main] environmentpath = $confdir/environments default_manifest $confdir/manifests basemodulepath $confdir/modules:/opt/puppet/share/puppet/modules But I am using the community version and this did not work for me. I am not sure if that is why or if I might have done something wrong. Here's my main section of puppet.conf: [main] confdir = /etc/puppet # The Puppet log directory. # The default value is '$vardir/log'. logdir = /var/log/puppet # Where Puppet PID files are kept. # The default value is '$vardir/run'. rundir = /var/run/puppet # Where SSL certificates are kept. # The default value is '$confdir/ssl'. ssldir = $vardir/ssl # Allow services in the 'puppet' group to access key (Foreman + proxy) privatekeydir = $ssldir/private_keys { group = service } hostprivkey = $privatekeydir/$certname.pem { mode = 640 } # Puppet 3.0.x requires this in both [main] and [master] - harmless on agents autosign = $confdir/autosign.conf { mode = 664 } environmentpath = $confdir/environments default_manifest = $confdir/manifests basemodulepath $confdir/modules:$confdir/environments/production/modules The ultimate goal I have is to include my nodes definitions in this file living in the manifests directory: /etc/puppet/manifests/nodes.pp Can anybody out there help clue me in on how I can include my node definitions in puppet 3.7.0? Thanks Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAOZy0entRaM1pOgg6obA8g67Y%3DZZ559K8gqQEMpbY%2Bn6KpznJA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.