Skip to content

Commit

Permalink
Disable puppet-agent when on buster
Browse files Browse the repository at this point in the history
Unfortunately there aren't puppetlabs packages for buster yet, and
they'll probably take a while to actually arrive, but Debian has pretty
updated puppet packages at least (and finally has Facter 3.x!)
  • Loading branch information
jvperrin committed Aug 4, 2018
1 parent ac1ae4c commit 7aa3551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ hierarchy:
path: "type/%{::type}.yaml"

- name: "Virtual or physical"
path: "is_virtual/%{::is_virtual}"
path: "is_virtual/%{::is_virtual}.yaml"

- name: "OS version"
path: "os/%{::lsbdistcodename}"
path: "os/%{::lsbdistcodename}.yaml"

- name: "Common defaults"
path: "common.yaml"
2 changes: 2 additions & 0 deletions hieradata/os/buster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TODO: Remove this once puppetlabs releases packages for buster
puppet_agent: false

0 comments on commit 7aa3551

Please sign in to comment.