[Puppet Users] Re: Announce: Facter 2.2.0

2014-08-27 Thread Daniel Schaefer
I've opened a bug here: https://tickets.puppetlabs.com/browse/FACT-686

  

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/369b7edc-b65c-47a9-9b9a-1b613900822a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] Re: Need a puppet manifest to initialize a puppetmaster

2013-03-22 Thread Daniel Schaefer
I found the answer to my search keyword question:
http://lmgtfy.com/?q=bootstrap+puppetmaster

The solutions range from bash scripts to puppet manifests that can be run 
by puppet apply. I hope this helps others.

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Puppet Users] Need a puppet manifest to initialize a puppetmaster

2013-03-21 Thread Daniel Schaefer
What I am looking for is something along the lines of this:

- Install fresh OS
- Install puppet and git
- Clone a git repo (remote or local) containing my puppetmaster 
configuration
- Run a puppet command (or commands) with a manifest from the repo to 
install and configure a puppetmaster
  - Basically, I'm asking for example manifests, classes, modules, and 
templates that will do this
  - Whenever a commit occurs, a hook will automatically update the 
puppetmaster config. This part is a nice to have, but is not necessary, as 
long as I have the ability to sync manually or via cron.


I wasn't really sure how to Google the answer to my question. I've seen a 
few incomplete examples of each, but not a combined solution. If anyone has 
a lmgtfy.com link or actual links to real examples, that would be greatly 
appreciated. Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Puppet Users] Re: Need a puppet manifest to initialize a puppetmaster

2013-03-21 Thread Daniel Schaefer
I guess I should also mention that I am using Ubuntu 12.04. Also, when I 
say run a puppet command, I'm referring to puppet apply

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.