Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 767 Bytes

2016-09-19 Release 0.3.0

  • Add https_port defined type.
  • Add extra_config_section permits extra random configuration.
  • The auth_params defintions now appear before ACLs as it should.
  • New parameters to specify owner of configuration, daemon name and executer to control cache directory.
  • Addition of debian and ubuntu support.

2016-06-01 Release 0.2.2

  • Correct documentation examples.

2016-06-01 Release 0.2.1

  • All defined types can now be loaded as a hash to init and so can be loaded easily from hiera. e.g
class{'squid:
   http_ports => {'10000' =>  { options => 'accel vhost'},
                  '3000'  => {},
                 }

2016-04-18 Release 0.1.1

  • Add tags to module metadata.

2016-04-13 Release 0.1.0