Forge Home

hostname

Configure hostname

42,415 downloads

120 latest version

3.1 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

  • 0.1.27 (latest)
  • 0.1.26
  • 0.1.25
  • 0.1.24
  • 0.1.23
  • 0.1.22
  • 0.1.21
  • 0.1.20
  • 0.1.19
  • 0.1.18
  • 0.1.17
  • 0.1.16
  • 0.1.15
  • 0.1.14
  • 0.1.13
  • 0.1.12
  • 0.1.11
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
  • 0.0.11
  • 0.0.10
  • 0.0.9
  • 0.0.8
  • 0.0.7
  • 0.0.6
  • 0.0.5
released Dec 22nd 2023
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 'halyard-hostname', '0.1.27'
    Learn more about managing modules with a Puppetfile

    Add this module to your Bolt project:

    bolt module add halyard-hostname
    Learn more about using this module with an existing project

    Manually install this module globally with Puppet module tool:

    puppet module install halyard-hostname --version 0.1.27

    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

    halyard/hostname — version 0.1.27 Dec 22nd 2023

    puppet-hostname

    Puppet Forge GitHub Workflow Status MIT Licensed

    Module to set hostname and /etc/hosts

    Usage

    In your hiera config:

    hostname::hostname: foo
    hostname::domain: example.com
    
    include hostname
    

    License

    hostname is released under the MIT License. See the bundled LICENSE file for details.