get_swifty
Simple proof of concept of a Puppet Task written in Swift.
Version information
released Mar 29th 2018
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 6.0.0
- ,
Tasks:
- get_swifty
Start using this module
Add this module to your Puppetfile:
mod 'beersy-get_swifty', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
beersy/get_swifty — version 0.1.2 Mar 29th 2018
get_swifty
Simple proof of concept of a Puppet Task written in Swift. The task should run natively on any Mac OS version with Swift 2 or higher. It has also been tested on Ubuntu 16.04. For instructions on how to install Swift on Ubuntu read Swift's Getting Started documentation.
What are tasks?
Modules can contain tasks that take action outside of a desired state managed by Puppet. It’s perfect for troubleshooting or deploying one-off changes, distributing scripts to run across your infrastructure, or automating changes that need to happen in a particular order as part of an application deployment.
Tasks in this module release
get_swifty
Simple proof of concept of a Puppet Task written in Swift.