Version information
released May 23rd 2014
This version is compatible with:
- RedHat, CentOS, Debian, Ubuntu, Solaris
Start using this module
Add this module to your Puppetfile:
mod 'uol-host6', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
uol/host6 — version 0.0.1 May 23rd 2014
IPv4/IPv6 Hosts Module
Usage
Use like the resource host, but is keyed on IP eg
host6 { 'localhost-v4':
ip => '127.0.0.1',
hostname => 'localhost.localdomain',
host_aliases => ['localhost'],
}
host6 { 'localhost-v6':
ip => '::1',
hostname => 'localhost.localdomain',
host_aliases => ['localhost'],
}
or
host6 { '127.0.0.1':
hostname => 'localhost',
}
host6 { '::1':
hostname => 'localhost',
}
Notes
This module is derived from the host resource from within puppet.
Types in this module release
Copyright 2014 University of Leeds Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.