Skip to content

Releases: puppetlabs-seteam/control-repo

Host Based Firewall Update

17 Nov 16:12
0b0f13c
Compare
Choose a tag to compare
Firewall update (#269)

- Created functions for firewall type detection and opening a port.
- You can now easily open a port using the profile::firewall_open_port() function. See sample_website profile for examples.
- Updated code for sample website. Bit of a clean up job, now works on all OS types (ubuntu, rhel, centos & windows).
- Fixed a flapping corrective change with the firewallchain resource
- Commented out the SQL module in the Puppetfile to remove warning with 'puppet apply'. If you need this uncomment it on your deployment.
- Updated firewalld code to use a fork that support managing the package external to the module itself
- Other random style/syntax cleanup


* Package before class to fix initial run failure.
* Clean up Windows sample_website code
* Clean up Linux and Windows sample_website
* Comment out SQL module to reduce error noise
* update for better firewalld package  management
* custom fork of firewalld for package management
* Stop flapping corrective change
* correct syntax for Windows sample_website
* move firewall_type to function for reuse
* simplified functions

Support non-Gitea master configurations

16 Oct 18:26
e0a3e8c
Compare
Choose a tag to compare

Rename master's role from "master_server" to "seteam_puppet_master", to support a non-seteam use case without Gitea or other all-in-one specific configurations.

gitea-tag

11 Jun 23:38
0134af2
Compare
Choose a tag to compare
gitea-tag Pre-release
Pre-release
0.0.9d

Updating gitea version

gitea-tag

24 May 22:16
Compare
Choose a tag to compare
gitea-tag Pre-release
Pre-release
0.0.9b

Updating gitea configuration

gitea-tag

25 May 00:29
8b73289
Compare
Choose a tag to compare
gitea-tag Pre-release
Pre-release

Adding indexing

Tomcat Changes and Basic Docker Example

14 May 12:01
c4ff8e3
Compare
Choose a tag to compare

This is a minor release that adds a new basic docker example that can be used for a simple 'how to docker' with Puppet. There are also some minor adjustments to the tomcat profile so that Tomcat can be deployed without a sample app, if desired.

Adding Docker Infra Example; Puppet Dev Classes

08 Jan 21:48
8f7bb3d
Compare
Choose a tag to compare
Adding Jenkins Infrastructure Demo (#55)

* Adding Jenkins, which uses Docker

* adding missing spec tests

* update jenkins module

* adding rbenv, windows_env

* bump acl module to latest

* adding puppetlabs-service

* adding resource module

* test

* Adding reboot for ruby pre-reqs on Windows

* Rename Rubydev to PuppetDev; Use PDK for Windows

* cleanup data

* Fixing Lint issues

* Updating lint errors

* Fix pathing

* Updating Profile::App::Docker Spec to fail Windows

GitBook Docs on Master; CIS Demo Fixes

22 Dec 14:38
3270ad8
Compare
Choose a tag to compare
Merge pull request #60 from murdok5/production

enable insecure winrm for discovery demos

0.0.6: Merge pull request #52 from murdok5/win2016testing

23 Oct 23:51
Compare
Choose a tag to compare

2017.3, Hiera5, Tasks, and Bolt!

12 Oct 22:34
Compare
Choose a tag to compare
Merge pull request #44 from puppetlabs-seteam/ipcrm_update_puppetfile

Use puppetlabs/facter_task, update SSH checkout to HTTPS