{"id":16615326,"url":"https://github.com/jonmosco/puppet-resolv_conf","last_synced_at":"2025-10-29T19:30:28.091Z","repository":{"id":9856053,"uuid":"11851676","full_name":"jonmosco/puppet-resolv_conf","owner":"jonmosco","description":"Puppet module for /etc/resolv.conf","archived":false,"fork":false,"pushed_at":"2016-05-23T12:07:53.000Z","size":39,"stargazers_count":1,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-14T21:46:18.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonmosco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-02T20:08:04.000Z","updated_at":"2015-05-18T05:54:29.000Z","dependencies_parsed_at":"2022-09-26T20:31:18.681Z","dependency_job_id":null,"html_url":"https://github.com/jonmosco/puppet-resolv_conf","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmosco%2Fpuppet-resolv_conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmosco%2Fpuppet-resolv_conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmosco%2Fpuppet-resolv_conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonmosco%2Fpuppet-resolv_conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonmosco","download_url":"https://codeload.github.com/jonmosco/puppet-resolv_conf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874414,"owners_count":19545186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T02:09:12.735Z","updated_at":"2025-10-29T19:30:27.768Z","avatar_url":"https://github.com/jonmosco.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"#resolv_conf\n[![Build Status](https://travis-ci.org/jonmosco/puppet-resolv_conf.svg?branch=master)](https://travis-ci.org/jonmosco/puppet-resolv_conf)\n\n####Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What the module does and why it is useful](#module-description)\n3. [Setup - The basics of getting started with resolv_conf](#setup)\n    * [What resolv_conf affects](#what-resolv_conf-affects)\n    * [Setup requirements](#setup-requirements)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n6. [Limitations - OS compatibility, etc.](#limitations)\n7. [Development - Guide for contributing to the module](#development)\n\n##Overview\n\nThe resolv_conf module configures /etc/resolv.conf on Linux based systems.\n\n##Module Description\n\nresolv_conf module will manage the configuration of the /etc/resolv.conf on Linux based systems\n\n##Setup\n\n###What resolv_conf affects\n\n* If the contents of /etc/resolv.conf are being managed by Network Manager, it will get overwritten\n\n###Setup Requirements\n\nThis module assumes that the network configuration is not being managed by Network Manager.\n\n[Requires Puppetlabs stdlib module](https://forge.puppetlabs.com/puppetlabs/stdlib)\n\n##Usage\n\nClass: resolv_conf\n\n```puppet\nclass { 'resolv_conf':\n  nameserver =\u003e '192.168.1.20',\n  domain     =\u003e 'example.com',\n}\n```\n\nHiera\n```puppet\nresolv_conf::nameserver: 192.168.1.20\n```\n\n##Reference\n\n###Classes\n\n####Public Classes\n\n* resolv_conf: Main class\n\n##Parameters:\n\n        $nameserver\n        IP address in dot notation of your name servers\n\n        $domain\n        Local domain\n\n        $search\n        Please refer to the resolv.conf(5) manual page\n\n        $sortlist (optional)\n        Optional parameter that defaults to your netmask\n\n        $options (optional)\n        Please refer to the resolv.conf(5) manual page\n\n##Limitations\n\nTested on Debian and RedHat based Linux distributions.\n\n##Development\n\nThis module follows the manual page provided on Linux systems.  If adding any options, please consult the man page first.\n\n##Release Notes/Contributors/Etc\n\nContributions from:\n\n  Thomas Linkin \u003ctom@puppetlabs.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonmosco%2Fpuppet-resolv_conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonmosco%2Fpuppet-resolv_conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonmosco%2Fpuppet-resolv_conf/lists"}