You didn't specify, what version you use, so I assume one of PE2015 versions. This version moved location where it expects environments to be, so you need to either adjust your hiera or modify settings in console for class pe_r10k
This is how my r10k.yaml looks for Windows supporting master: # cat /etc/puppetlabs/r10k/r10k.yaml --- cachedir: /var/cache/r10k sources: linux: basedir: /etc/puppetlabs/code/linux invalid_branches: correct remote: ssh://g...@stash.example.com/bp/puppet-linux.git windows: basedir: /etc/puppetlabs/code/environments invalid_branches: correct remote: ssh://g...@stash.example.com/bp/puppet-win.git git: private_key: /root/.ssh/id_rsa provider: rugged -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b883f087-8253-430e-9c5d-f0ff9e5f6f69%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.