Commit 50e662fb authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

version 1.0.0

parent 931756af
Loading
Loading
Loading
Loading

CHANGELOG

0 → 100644
+14 −0
Original line number Diff line number Diff line
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

The date string is generated with this command: `date --iso-8601=seconds`.

## [1.0.0] - 2025-06-23T13:01:28-07:00

### Added

- metadata.json

metadata.json

0 → 100644
+20 −0
Original line number Diff line number Diff line
{
  "name": "su_apache",
  "version": "1.0.0",
  "author": "Adam H. Lewenberg",
  "summary": "Installs Apache 2.4, manages web firewall settings and Apachs SSL settings.",
  "license": "Apache-2.0",
  "source": "https://code.stanford.edu/suitpuppet/su_apache",
  "project_page": "https://code.stanford.edu/suitpuppet/su_apache",
  "dependencies": [
    { "name":"puppetlabs/stdlib","version_requirement":">= 4.13.1 < 5.0.0" },
    { "name":"su_iptables","version_requirement":">= 1.0.0" }
  ],
  "data_provider": "hiera",
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 5.0.0"
    }
  ]
}