Giter VIP home page Giter VIP logo

pltraining-classroom's Introduction

classroom

Build Status

This module is used to configure the classroom environment for all Puppet Labs training courses. Unless you are an instructor, this is probably not the module you are looking for. It makes certain assumptions about the environment and is only flexible within the design specs of our training courses.

That being said, you're welcome to poke through it and see how we set things up.

Setting up the training classroom environment.

Simply classify every node in the classroom with classroom::course::${name}.

It will manage all roles of all nodes in the classroom as appropriate for the course you are teaching. Please refer to the InstructorGuide.md for the appropriate class for more complete instructions.

Contact

[email protected]

pltraining-classroom's People

Contributors

acidprime avatar binford2k avatar gsarjeant avatar hpcprofessional avatar ipcrm avatar josephoaks avatar joshbeard avatar kjhenner avatar klynton avatar marrero984 avatar natemccurdy avatar nekototori avatar pimpolderman avatar sshastri avatar thedarkwriter avatar whatsaranjit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pltraining-classroom's Issues

Is use of hard-coded passwords a bad practice?

Greetings,

I am a security researcher, who is looking for security smells in Puppet scripts.
I noticed two instances of hard-coded passwords, which are against the best practices
recommended by Common Weakness Enumeration (CWE) [https://cwe.mitre.org/data/definitions/259.html] and also by other security practitioners.
I have added hiera support to mitigate this smell. Feedback is welcome.

Pull request: #397

Here is where I noticed hard-coded passwords:
https://github.com/puppetlabs/pltraining-classroom/blob/master/manifests/params.pp

epel repository enabled when course is set to offline

In the repositories.pp:

if $manageyum and $::osfamily == 'RedHat' {
yumrepo { $repositories:
enabled => $offline ? {
true => '0',
false => '1',
},
}
# Don't choke if another module has "include epel"
if ! defined(Class['epel']) {
class { 'epel':
epel_enabled => $offline,
}
}

When a user sets $offline = true, the epel_enabled's value will become true as well. Shouldn't there be a selector state similar tot he yumrepo resource above it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.