Forge Home

public_ipaddress

Camptocamp Public_Ipaddress Module

17,885 downloads

10,898 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.17 (latest)
  • 1.1.16
  • 1.1.15
  • 1.1.14
  • 1.1.13
  • 1.1.12
  • 1.1.11
  • 1.1.10
  • 1.1.9
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.0
  • 1.0.0
  • 0.0.1
released Aug 21st 2015
This version is compatible with:
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'camptocamp-public_ipaddress', '1.1.17'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add camptocamp-public_ipaddress
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install camptocamp-public_ipaddress --version 1.1.17

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

camptocamp/public_ipaddress — version 1.1.17 Aug 21st 2015

Public IPaddress module for Puppet

Puppet Forge Build Status

Provides a public_ipaddress fact for Facter.

This module is provided by Camptocamp

It uses several public backends (as fallbacks) to retrieve this information, by order of preference:

When all backends fail, the cache file is used.

Usage

This module provides a public_ipaddress fact for Facter. In order to deploy this fact, simply add this module to your Puppet module path and make sure pluginsync is activated.

Contributing

Please report bugs and feature request using GitHub issue tracker.

For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint to follow the recommended Puppet style guidelines from the Puppet Labs style guide.