Skip to content

Commit

Permalink
remove workaround for puppet 5 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rrotter committed Sep 8, 2023
1 parent 0e3607a commit f34d2f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 71 deletions.
3 changes: 0 additions & 3 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ nebula::profile::apt::mirror: http://ftp.us.debian.org/debian/
nebula::profile::apt::puppet_repo: puppet5

nebula::profile::base::environment::vars: {}

nebula::profile::work_around_puppet_bugs::state_yaml_path: '/opt/puppetlabs/puppet/cache/state/state.yaml'
nebula::profile::work_around_puppet_bugs::state_yaml_max_size: '10m'
34 changes: 0 additions & 34 deletions manifests/profile/work_around_puppet_bugs.pp

This file was deleted.

1 change: 0 additions & 1 deletion manifests/role/minimum.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
) {
if $facts['os']['family'] == 'Debian' {
include nebula::profile::base
include nebula::profile::work_around_puppet_bugs
include nebula::profile::prometheus::exporter::node
include nebula::profile::authorized_keys
include nebula::profile::known_host_public_keys
Expand Down
30 changes: 0 additions & 30 deletions spec/classes/profile/work_around_puppet_bugs_spec.rb

This file was deleted.

3 changes: 0 additions & 3 deletions spec/fixtures/hiera/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ nebula::profile::named_instances::puma_wrapper: "/l/local/bin/profile_puma_wrap"
nebula::profile::named_instances::pubkey: "somepublickey"
nebula::profile::named_instances::puma_config: "config/fauxpaas_puma.rb"

nebula::profile::work_around_puppet_bugs::state_yaml_path: '/opt/puppetlabs/puppet/cache/state/state.yaml'
nebula::profile::work_around_puppet_bugs::state_yaml_max_size: '10m'

nebula::http_files: 'default.http_files.invalid'

nebula::profile::apt::local_repo:
Expand Down

0 comments on commit f34d2f5

Please sign in to comment.