{"id":19308662,"url":"https://github.com/mtulio/puppet-mod-profiles","last_synced_at":"2026-05-14T08:38:20.560Z","repository":{"id":50191773,"uuid":"49801255","full_name":"mtulio/puppet-mod-profiles","owner":"mtulio","description":"Module to manage the puppet 'implementation layer'.","archived":false,"fork":false,"pushed_at":"2016-02-28T06:35:05.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-12T00:34:32.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtulio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-17T03:23:58.000Z","updated_at":"2022-07-27T20:52:18.000Z","dependencies_parsed_at":"2022-09-26T20:53:40.307Z","dependency_job_id":null,"html_url":"https://github.com/mtulio/puppet-mod-profiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mtulio/puppet-mod-profiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-profiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-profiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-profiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-profiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtulio","download_url":"https://codeload.github.com/mtulio/puppet-mod-profiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtulio%2Fpuppet-mod-profiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33017579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-10T00:16:01.571Z","updated_at":"2026-05-14T08:38:20.530Z","avatar_url":"https://github.com/mtulio.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# profiles\n\n[![Puppet Forge](http://img.shields.io/puppetforge/v/mtulio/profiles.svg)](https://forge.puppetlabs.com/mtulio/profiles)\n[![Build Status](https://travis-ci.org/mtulio/puppet-mod-profiles.png?branch=master)](https://travis-ci.org/mtulio/puppet-mod-profiles)\n\n\n\n#### Table of Contents\n\n1. [Overview](#1-overview)\n2. [Profiles](#2-profiles)\n     * [Linux](#21-linux)\n     * [NMS - Network Management Systems](#22-nms)\n     * [Security](#23-security)\n3. [Limitations](#3-limitations)\n4. [Development](#4-development)\n5. [Release Notes](#5-release-notes)\n\n## 1. Overview\n\nModule to manage the puppet 'abstraction layer'. Here you can define profiles for your roles. This class will work better with 'roles' class [business layer]. You can add one or more profile for each 'role'.\n\n## 2. Profiles\n\n* Linux\n* NMS/Zabbix\n* Webserver/Nginx [soon]\n* Webserver/APACHE [soon]\n\n\n### 2.1 Linux\n\n#### Description\n\n Profile to configure Linux system using module 'mtulio-linux'\n\n#### Dependencies\n\n Module ['Linux'](https://forge.puppetlabs.com/mtulio/linux)\n\n#### Files\n\n See [module description](https://forge.puppetlabs.com/mtulio/linux)\n\n#### Usage\n\n* Basic security level\n```\ninclude ::profiles\nclass {'::profiles::linux':\n  security_level =\u003e 'basic',\n}\n```\n\n* Define your own repository of configuration [module]\n```\nclass {'::profiles' :\n  gb_repo_base =\u003e '0_REPOSITORY',\n  gb_pool      =\u003e 'dmz',\n}\nclass {'::profiles::linux' :\n  security_level =\u003e 'basic',\n}\n```\n\n### 2.2 NMS\n\n#### 2.2.1 Zabbix Agent\n\n##### Description\n\n Profile to configure zabbix Agent on a Linux server\n\n##### Dependencies\n\n Module ['Zabbix'](https://forge.puppetlabs.com/mtulio/zabbix)\n\n##### Files\n\nSee [module description](https://forge.puppetlabs.com/mtulio/zabbix)\n\n##### Usage\n\n* Configure Zabbix Agent with the basic parameters defined on class '::profiles::nms::zabbix_agent'. (check out the class to customize the parameters of your organization)\n\n```\n include profiles\n class { 'profiles::nms::zabbix_agent' : }\n```\n\n### 2.3 Security\n\n#### 2.3.1 DNS Sec\n\n##### Description\n\n Profile to configure DNS server on a Linux System\n\n##### Dependencies\n\n Module ['DNSsec'](https://forge.puppetlabs.com/mtulio/dnssec)\n\n##### Files\n\n See [module description](https://forge.puppetlabs.com/mtulio/dnssec)\n\n##### Usage\n\n* Configure DNS server (BIND9) using DNSsec. Script will sign all zones under directory /var/named/chroot/var/named/master/zones/ with prefix 'db.'. Remember to keep keys on sub directory 'keys/':\n\n```\ninclude profiles\nclass {'profiles::security::dns':\n  server_type    =\u003e 'master',\n  dnssec_enabled =\u003e 'yes',\n}\n```\n\n\n## 3. Limitations\n\nOS compatibility: \n* Red Hat family 7+ \n\nWe're working to support more OS.\n\n## 4. Development\n\nSee project page at https://github.com/mtulio/puppet-mod-profiles\n\n## 5. Release Notes\n\n[1.1.1] \n* Fix Warnings\n\n[1.1.0] \u003c--\n* Review code layout of Linux profile\n* Create a class to manage users [add/remove]\n* Add DNS profiles [security/dns]\n\n[1.0.0]\n* Add Profile Linux [base and sshd configuration]\n* Add Profile Zabbix \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtulio%2Fpuppet-mod-profiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtulio%2Fpuppet-mod-profiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtulio%2Fpuppet-mod-profiles/lists"}