]> git.openstreetmap.org Git - chef.git/commit
Add apt::repository recipe
authorTom Hughes <tom@compton.nu>
Sun, 4 Aug 2024 18:44:46 +0000 (19:44 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 5 Aug 2024 19:06:18 +0000 (20:06 +0100)
commited4958d01f094f96766531dbb4b685656a52ab29
treeb56eb14372a325059d1c3340cc34aeeb58a479ac
parentb024bc5219539e566463d63349a592330da53bc1
Add apt::repository recipe
.github/workflows/test-kitchen.yml
.kitchen.yml
cookbooks/apt/metadata.rb
cookbooks/apt/recipes/repository.rb [new file with mode: 0644]
cookbooks/apt/templates/default/apache.erb [new file with mode: 0644]
cookbooks/apt/templates/default/aptly.conf.erb [new file with mode: 0644]
test/data_bags/accounts/apt.json [new file with mode: 0644]
test/data_bags/apt/repository.json [new file with mode: 0644]
test/integration/apt-repository/inspec/apache_spec.rb [new file with mode: 0644]
test/integration/apt-repository/inspec/aptly_spec.rb [new file with mode: 0644]