-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from voxpupuli/migration_prep
Migration prep
- Loading branch information
Showing
10 changed files
with
78 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Autofs Puppet Module | ||
==================== | ||
|
||
[![Travis branch](https://img.shields.io/travis/dhollinger/autofs-puppet/master.svg?style=flat-square)](https://travis-ci.org/dhollinger/autofs-puppet) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/v/dhollinger/autofs.svg?style=flat-square)](https://forge.puppetlabs.com/dhollinger/autofs) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/dt/dhollinger/autofs.svg?style=flat-square)](https://forge.puppet.com/dhollinger/autofs) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/e/dhollinger/autofs.svg?style=flat-square)](https://forge.puppet.com/dhollinger/autofs) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/f/dhollinger/autofs.svg?style=flat-square)](https://forge.puppet.com/dhollinger/autofs) | ||
[![Travis branch](https://img.shields.io/travis/voxpupuli/puppet-autofs/master.svg?style=flat-square)](https://travis-ci.org/voxpupuli/puppet-autofs) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/autofs.svg?style=flat-square)](https://forge.puppetlabs.com/puppet/autofs) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/dt/puppet/autofs.svg?style=flat-square)](https://forge.puppet.com/puppet/autofs) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/e/puppet/autofs.svg?style=flat-square)](https://forge.puppet.com/puppet/autofs) | ||
[![Puppet Forge](https://img.shields.io/puppetforge/f/puppet/autofs.svg?style=flat-square)](https://forge.puppet.com/puppet/autofs) | ||
|
||
#### Table of Contents | ||
1. [Description - - What the module does and why it is useful](#description) | ||
|
@@ -201,16 +201,12 @@ Limitations | |
Release 2.0.0 (and above) only support Puppet 4.x and Puppet Enterprise 2015.2.0 or newer | ||
|
||
#### Puppet 3.x Compatibility | ||
Puppet 3.x was End of Life starting January 1st, 2017, if Puppet 3.x functionality is still needed, please install using one of the following methods: | ||
* Manually: `puppet module install dhollinger-autofs --version 1.4.5` | ||
* Puppetfile: `mod 'dhollinger-autofs', '1.4.5'` | ||
* Git: `git clone [email protected]:dhollinger/autofs-puppet.git -b 1.4.5 <module_path>/autofs` | ||
Puppet 3.x was End of Life starting January 1st, 2017, if Puppet 3.x functionality is still needed, please install using one of the following method: | ||
* `git clone [email protected]:voxpupuli/puppet-autofs.git -b puppet3 <module_path>/autofs` | ||
|
||
Support for Puppet 3.x Functionality: | ||
* No new features will be added to the 1.4.x/Puppet 3.x branches. | ||
* No new deployments will be issued Puppet Forge. | ||
* Will still accept Issues and Pull Requests until June 30, 2017. | ||
* Tag issues with `legacy` tag. | ||
* No new features will be added to the puppet3 branch. | ||
* No new deployments will be issued to the Puppet Forge. | ||
|
||
#### Operating Systems | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
# This class includes defined types for looping through arrays of configuration | ||
# file names. | ||
# | ||
# @see https://dhollinger.github.io/autofs-puppet Home | ||
# @see https://www.github.com/dhollinger/autofs-puppet Github | ||
# @see https://forge.puppet.com/dhollinger/autofs Puppet Forge | ||
# @see https://voxpupuli.org/puppet-autofs Home | ||
# @see https://www.github.com/voxpupuli/autofs-puppet Github | ||
# @see https://forge.puppet.com/puppet/autofs Puppet Forge | ||
# | ||
# @author David Hollinger III <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
# Defined type to generate autofs mount point | ||
# configuration files. | ||
# | ||
# @see https://dhollinger.github.io/autofs-puppet Home | ||
# @see https://dhollinger.github.io/autofs-puppet/puppet_classes/autofs.html puppet_classes::autofs | ||
# @see https://www.github.com/dhollinger/autofs-puppet Github | ||
# @see https://forge.puppet.com/dhollinger/autofs Puppet Forge | ||
# @see https://voxpupuli.org/puppet-autofs Home | ||
# @see https://voxpupuli.org/puppet-autofs/puppet_classes/autofs.html puppet_classes::autofs | ||
# @see https://www.github.com/voxpupuli/autofs-puppet Github | ||
# @see https://forge.puppet.com/puppet/autofs Puppet Forge | ||
# | ||
# @author David Hollinger III <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
# Class used specifically to pass hiera autolookups as a hiera_hash | ||
# to the autofs::mount defined type. | ||
# | ||
# @see https://dhollinger.github.io/autofs-puppet Home | ||
# @see https://voxpupuli.org/puppet-autofs Home | ||
# @see autofs | ||
# @see https://www.github.com/dhollinger/autofs-puppet Github | ||
# @see https://forge.puppet.com/dhollinger/autofs Puppet Forge | ||
# @see https://www.github.com/voxpupuli/autofs-puppet Github | ||
# @see https://forge.puppet.com/puppet/autofs Puppet Forge | ||
# | ||
# @author David Hollinger III <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
# | ||
# The autofs::package class installs the autofs package. | ||
# | ||
# @see https://dhollinger.github.io/autofs-puppet Home | ||
# @see https://voxpupuli.org/puppet-autofs Home | ||
# @see autofs | ||
# @see https://www.github.com/dhollinger/autofs-puppet Github | ||
# @see https://forge.puppet.com/dhollinger/autofs Puppet Forge | ||
# @see https://www.github.com/voxpupuli/autofs-puppet Github | ||
# @see https://forge.puppet.com/puppet/autofs Puppet Forge | ||
# | ||
# @author David Hollinger III <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
# if necessary. Such as allowing the service to run, but not at | ||
# startup. | ||
# | ||
# @see https://dhollinger.github.io/autofs-puppet Home | ||
# @see https://voxpupuli.org/puppet-autofs Home | ||
# @see autofs | ||
# @see https://www.github.com/dhollinger/autofs-puppet Github | ||
# @see https://forge.puppet.com/dhollinger/autofs Puppet Forge | ||
# @see https://www.github.com/voxpupuli/autofs-puppet Github | ||
# @see https://forge.puppet.com/puppet/autofs Puppet Forge | ||
# | ||
# @author David Hollinger III <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters