Puppet: add symlink for newer hiera configs

This commit is contained in:
Przemyslaw Kaminski 2015-07-08 13:29:53 +02:00
parent 40047bf1a5
commit 0e68d27071

View File

@ -19,6 +19,8 @@
- shell: gem build hiera-redis.gemspec && gem install hiera-redis-3.0.0.gem chdir=/root/hiera-redis
- template: src=/vagrant/hiera.yaml dest=/etc/puppet/hiera.yaml
- file: path=/etc/puppet/hieradata state=directory
- file: path=/etc/puppetlabs/code/ state=directory
- file: src=/etc/puppet/hiera.yaml dest=/etc/puppetlabs/code/hiera.yaml state=link
# Setup additional development tools
- apt: name=vim state=present