Commit e843c3ab authored by Scotty Logan's avatar Scotty Logan
Browse files

added resolvconf to fix DNS issues on bastions

parent b5044f40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ base::packages::install:
  - manpages
  - openssh-client
  - python-setuptools
  - resolvconf
  - vim-tiny
  - xz-utils
base::packages::sources:
+1 −1
Original line number Diff line number Diff line
@@ -12,4 +12,4 @@ base::packages::uninstall:
  - iptables
  - isc-dhcp-client
  - manpages
  - resolvconf
+5 −0
Original line number Diff line number Diff line
@@ -42,4 +42,9 @@ class base::apt(
    source   => "puppet:///modules/${module_name}/etc/apt/apt.conf.d/50itlab",
  }

  debconf { 'resolvconf/linkify-resolvconf':
    type  => 'boolean',
    value => 'true',
  }

}
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
    { "name": "puppetlabs-stdlib",    "version_requirement": ">= 1.0.0" },
    { "name": "puppetlabs-apt",       "version_requirement": ">= 2.2.0" },
    { "name": "wazuh-ossec",          "version_requirement": ">= 2.0.20" },
    { "name": "stm-debconf",          "version_requirement": ">= 2.1.0" },
    { "name": "thekevjames-homebrew", "version_requirement": ">= 1.5.0" }
  ]
}