Skip to content

Instantly share code, notes, and snippets.

@smford22
Last active March 2, 2017 17:54
Show Gist options
  • Save smford22/de105c723851de1e0f3ff1bee586a8cf to your computer and use it in GitHub Desktop.
Save smford22/de105c723851de1e0f3ff1bee586a8cf to your computer and use it in GitHub Desktop.
base linux role
name "base_linux"
description "A base role for all linux nodes"
run_list 'recipe[cookbook::recipe]', 'recipe[cookbook::recipe]'
default_attributes({
  "audit" => {
    "collector" => "chef-server-visibility",
    "profiles" => [
      {
        "name" => 'linux-patch-baseline',
        "git" => 'https://github.com/dev-sec/linux-patch-baseline.git'
      }
    ]
  }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment