Do not install librarian. Hiera does not use redis anymore
This commit is contained in:
parent
2528c1bb2a
commit
d4085e4c52
@ -1,16 +1,10 @@
|
||||
:backends:
|
||||
- yaml
|
||||
#- redis
|
||||
#- json
|
||||
:yaml:
|
||||
:datadir: /etc/puppet/hieradata
|
||||
:json:
|
||||
:datadir: /etc/puppet/hieradata
|
||||
:redis:
|
||||
:port: 6379
|
||||
:db: 0
|
||||
:host: localhost
|
||||
:deserialize: :json
|
||||
:hierarchy:
|
||||
- "%{resource_name}"
|
||||
- resource
|
||||
|
@ -6,8 +6,6 @@
|
||||
- shell: apt-get update
|
||||
|
||||
- apt: name=puppet state=present
|
||||
- git: repo=https://github.com/CGenie/hiera-redis dest=/root/hiera-redis
|
||||
- shell: gem build hiera-redis.gemspec && gem install hiera-redis-3.0.0.gem chdir=/root/hiera-redis
|
||||
- template: src=files/hiera.yaml dest=/etc/puppet/hiera.yaml
|
||||
- file: path=/etc/puppet/hieradata state=directory
|
||||
# Make paths puppet 4 compatible
|
||||
@ -21,4 +19,3 @@
|
||||
- file: src=/var/tmp/puppet/modules dest=/etc/puppet/modules state=link
|
||||
- file: src=/var/tmp/puppet/modules dest=/etc/puppetlabs/code/modules state=link
|
||||
- file: src=/etc/puppet/hieradata dest=/etc/puppetlabs/code/hieradata state=link
|
||||
- shell: gem install librarian-puppet --no-ri --no-rdoc
|
||||
|
Loading…
Reference in New Issue
Block a user