GithubHelp home page GithubHelp logo

puppet-munki_appliance's Introduction

puppet-munki_appliance's People

Contributors

groob avatar

Stargazers

Jim Maassen avatar Chris Moulton avatar  avatar Clayton Burlison avatar Maximilian Wohlgemuth avatar  avatar Mac Justice avatar  avatar Henry Stamerjohann avatar Vaughn Miller avatar

Watchers

 avatar James Cloos avatar Nate Walck avatar James Turner avatar Niklas Sköldmark avatar D.Cooper avatar Maximilian Wohlgemuth avatar

puppet-munki_appliance's Issues

mod_rewite suggestion

Suggestion for /etc/httpd/conf.d/25-munki.localdomain.conf, starting at line 28...

## Rewrite rules
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/$ http://%{HTTP_HOST}:8000/ [R,L]

RewriteCond %{HTTPS} =on
RewriteRule ^/$ https://%{HTTP_HOST}:8000/ [R,L]

This allows the server to adapt to alternate hostnames transparently so you don't have to add a DNS entry for the hostname "munki". It should adapt to https vs http as well, but I haven't tested that scenario.

Apache::Vhost definition

It took me a while to find, the vhost definition is set to use $::fqdn by default and conflicted with another vhost definition also set for $::fqdn at the time of puppet apply. I would recommend making this a variable in the class munki_appliance so that it is more easily changed.

I'll look at submitting a PR soon.

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.