| [2010/06/12 00:06:17] @ Log started by gepetto | ||
| [2010/06/12 00:06:17] @ Quit: wilmoore: Remote host closed the connection | ||
| [2010/06/12 00:06:50] @ wilmoore joined channel #puppet | ||
| [2010/06/12 00:11:15] @ Quit: wilmoore: Ping timeout: 240 seconds | ||
| [2010/06/12 00:27:12] @ wilmoore joined channel #puppet | ||
| [2010/06/12 00:29:19] @ RageLink joined channel #puppet | ||
| [2010/06/12 00:35:30] @ Quit: hephaestus: Ping timeout: 252 seconds | ||
| [2010/06/12 00:45:04] @ nexx joined channel #puppet | ||
| [2010/06/12 00:56:00] @ Quit: RageLink: Ping timeout: 258 seconds | ||
| [2010/06/12 01:09:51] @ Quit: wilmoore: Remote host closed the connection | ||
| [2010/06/12 01:11:44] @ RageLink joined channel #puppet | ||
| [2010/06/12 01:19:59] @ hephaestus joined channel #puppet | ||
| [2010/06/12 01:29:04] @ adrian_broher joined channel #puppet | ||
| [2010/06/12 01:42:12] <Volcane> eshamow: connection refused probably tells you it cant talk to your middleware. best to talk about this on #mcollective channel though | ||
| [2010/06/12 02:06:47] @ Quit: kolla: Remote host closed the connection | ||
| [2010/06/12 02:14:53] @ Quit: blahdeblah: Quit: Leaving. | ||
| [2010/06/12 02:37:26] @ blahdeblah joined channel #puppet | ||
| [2010/06/12 02:38:29] @ Quit: blahdeblah: Client Quit | ||
| [2010/06/12 02:57:34] @ gebi joined channel #puppet | ||
| [2010/06/12 02:57:40] @ mattock joined channel #puppet | ||
| [2010/06/12 02:59:21] @ fluxdude joined channel #puppet | ||
| [2010/06/12 02:59:33] <LeLutin> oof.. been working for too long to discover that I was setting the "target" on exported nagios resources in the wrong place (in the define that exports the resources). now I'm stuck with conditions on $operatingsystem in a base class, though.. yuck | ||
| [2010/06/12 03:00:40] @ Quit: Chiku|dc: Quit: Quitte | ||
| [2010/06/12 03:03:36] @ Chiku joined channel #puppet | ||
| [2010/06/12 03:04:32] @ zorzar_ joined channel #puppet | ||
| [2010/06/12 03:05:55] @ Quit: zorzar: Read error: Operation timed out | ||
| [2010/06/12 03:08:53] @ jrisch joined channel #puppet | ||
| [2010/06/12 03:11:42] @ Quit: MrTransformation: Ping timeout: 258 seconds | ||
| [2010/06/12 03:17:23] @ Quit: jrisch: Quit: jrisch | ||
| [2010/06/12 03:26:06] @ telmich joined channel #puppet | ||
| [2010/06/12 03:26:08] <telmich> good morning | ||
| [2010/06/12 03:26:33] <telmich> I'm a bit confused why puppet wants to remove a non-existent file and complains about it being not existent: err: Removing mount files: /etc/puppet/files does not exist or is not a directory | ||
| [2010/06/12 03:26:51] <telmich> it's puppet 0.25.4, running with puppet -v manifests/site.pp | ||
| [2010/06/12 03:27:55] <telmich> full output can be found at http://home.schottelius.org/~nico/unix/progs/puppet/puppet-v-removing-mount-0.25.4-ubuntu | ||
| [2010/06/12 03:30:02] <LeLutin> telmich: probably you told puppetmaster that /etc/puppet/files is a source for config files that clients can fetch. run mkdir /etc/puppet/files on the puppetmaster server and the error will go away | ||
| [2010/06/12 03:33:42] <telmich> LeLutin: ahh, logical | ||
| [2010/06/12 03:34:22] <telmich> with each and every rerun, I get notice: //ns::packages/Package[mkisofs]/ensure: ensure changed 'purged' to 'latest' | ||
| [2010/06/12 03:35:27] <telmich> ahh, interesting, ubuntu seems somehow to redirect the install request and installs wodim and leaves cdrecord as it is | ||
| [2010/06/12 03:47:17] @ Quit: fluxdude: Ping timeout: 245 seconds | ||
| [2010/06/12 03:49:23] @ santoroj joined channel #puppet | ||
| [2010/06/12 03:54:35] @ cynicismic joined channel #puppet | ||
| [2010/06/12 03:55:39] @ Quit: gebi: Ping timeout: 248 seconds | ||
| [2010/06/12 04:01:20] * telmich is a bit stuck on http://docs.puppetlabs.com/ -- where do I find the default name of the ressource I manage? it's neither $name nor $title it seems ; in specific I want to require ,File[$title]] from a mount { "/home/services/tftp": | ||
| [2010/06/12 04:02:57] <telmich> although, it would be much more helpful, to have something in the mount type, to tell puppet to create the destination path | ||
| [2010/06/12 04:03:13] @ Quit: santoroj: Quit: Leaving. | ||
| [2010/06/12 04:03:14] @ santoroj1 joined channel #puppet | ||
| [2010/06/12 04:04:23] <kjetilho> telmich: I think your problem is one of scope | ||
| [2010/06/12 04:04:49] <kjetilho> in file { "foo": source => "blah/$name" } | ||
| [2010/06/12 04:05:05] <kjetilho> $name is *not* foo, but taken from the surrounding scope | ||
| [2010/06/12 04:05:20] <telmich> kjetilho: ah, ok. and how do I get the innermost one? | ||
| [2010/06/12 04:05:31] <kjetilho> you need to wrap it in a define, I guess | ||
| [2010/06/12 04:07:05] @ p3rror joined channel #puppet | ||
| [2010/06/12 04:09:45] @ Quit: santoroj1: Ping timeout: 265 seconds | ||
| [2010/06/12 04:13:08] @ Quit: taihen: Ping timeout: 265 seconds | ||
| [2010/06/12 04:14:03] @ jab_doa joined channel #puppet | ||
| [2010/06/12 04:17:27] <telmich> I thought puppet creates the leading directory structure if not already present? | ||
| [2010/06/12 04:17:30] <telmich> err: //Node[sans-tftp]/File[/home/services/tftp]/ensure: change from absent to directory failed: Cannot create /home/services/tftp; parent directory /home/services does not exist | ||
| [2010/06/12 04:17:36] <telmich> speaks against that | ||
| [2010/06/12 04:21:05] <Volcane> it doesnt | ||
| [2010/06/12 04:22:54] @ MrTransformation joined channel #puppet | ||
| [2010/06/12 04:24:08] <telmich> so do I misread the documentation? | ||
| [2010/06/12 04:24:09] <telmich> "In fact, the above code was redundant – Puppet will autorequire any parent directories that are being managed; it will automatically realize that the parent directory should be created before the script is pulled down." | ||
| [2010/06/12 04:24:14] <telmich> http://docs.puppetlabs.com/references/latest/metaparameter.html | ||
| [2010/06/12 04:25:17] <Volcane> auto require != auto create | ||
| [2010/06/12 04:26:09] <Volcane> file{"/foo": ensure => directory} file{"/foo/bar": require => File["/foo"]} | ||
| [2010/06/12 04:26:12] <Volcane> the require is redundant | ||
| [2010/06/12 04:26:17] <Volcane> you do need to make the parent though | ||
| [2010/06/12 04:26:29] <telmich> ahh, thanks a lot! | ||
| [2010/06/12 04:39:21] @ fruitcake joined channel #puppet | ||
| [2010/06/12 04:51:52] @ Quit: fruitcake: Ping timeout: 245 seconds | ||
| [2010/06/12 05:47:07] @ Quit: p3rror: Ping timeout: 248 seconds | ||
| [2010/06/12 05:54:21] @ alban21 joined channel #puppet | ||
| [2010/06/12 05:57:04] @ Quit: alban2: Ping timeout: 276 seconds | ||
| [2010/06/12 05:57:58] @ Quit: alban21: Client Quit | ||
| [2010/06/12 06:01:47] @ ckauhaus joined channel #puppet | ||
| [2010/06/12 06:02:05] @ alban2 joined channel #puppet | ||
| [2010/06/12 06:08:17] @ Quit: allsystemsarego: Quit: Leaving | ||
| [2010/06/12 06:32:39] @ Quit: snikkers_: Quit: leaving | ||
| [2010/06/12 06:36:32] @ n0ts__ joined channel #puppet | ||
| [2010/06/12 06:36:42] @ n0ts__ left channel #puppet () | ||
| [2010/06/12 06:37:12] @ n0ts_ joined channel #puppet | ||
| [2010/06/12 06:37:37] @ Quit: n0ts_: Client Quit | ||
| [2010/06/12 06:38:10] @ n0ts joined channel #puppet | ||
| [2010/06/12 06:38:35] @ Quit: n0ts: Client Quit | ||
| [2010/06/12 06:41:33] @ n0ts_ joined channel #puppet | ||
| [2010/06/12 06:41:59] @ Quit: n0ts_: Client Quit | ||
| [2010/06/12 06:44:18] @ n0ts_ joined channel #puppet | ||
| [2010/06/12 06:44:55] @ n0ts__ joined channel #puppet | ||
| [2010/06/12 06:45:44] <n0ts_> My nickname(n0ts) is banned in this channel. Please cancel it. | ||
| [2010/06/12 06:50:08] <Volcane> we banned you cos you keep changing your nick | ||
| [2010/06/12 06:50:13] <Volcane> n0ts to n0ts_away | ||
| [2010/06/12 06:50:15] <Volcane> 100s of times | ||
| [2010/06/12 06:50:16] <Volcane> all the time | ||
| [2010/06/12 06:50:26] @ Quit: n0ts_: Quit: Tiarra 0.1+svn-37177: SIGTERM received; exit | ||
| [2010/06/12 06:50:28] <Volcane> and we msg'd you, kicked you, etc, you never respond | ||
| [2010/06/12 06:52:44] <kjetilho> looks like a hopeless case | ||
| [2010/06/12 06:52:52] <n0ts__> Volcane: Thanks for your reply. I disabled changing my nick. Sorry. | ||
| [2010/06/12 06:53:18] <Volcane> n0ts__: we tried many times to message you etc, you never reply :) | ||
| [2010/06/12 06:53:21] <Volcane> will unban | ||
| [2010/06/12 06:53:32] @ Mode +o Volcane by ChanServ | ||
| [2010/06/12 06:53:49] @ Mode -b *!*n0ts@*.i-revonet.jp by Volcane | ||
| [2010/06/12 06:54:02] @ Mode -o Volcane by Volcane | ||
| [2010/06/12 06:54:46] @ n0ts joined channel #puppet | ||
| [2010/06/12 06:56:02] <n0ts__> Volcane: I missed the message, Sorry. Thank you very much. | ||
| [2010/06/12 06:56:08] @ Quit: n0ts__: Quit: Leaving... | ||
| [2010/06/12 06:56:25] <danderson> how do I make an exec stanza only execute if a File dependency has changed? | ||
| [2010/06/12 06:56:45] <danderson> right now I have subscribe => File["my_conf"], but that just guarantees that it'll execute after a change | ||
| [2010/06/12 06:56:57] <danderson> even when the file doesn't change, the exec still runs. Which is annoying. | ||
| [2010/06/12 06:56:59] <Volcane> danderson: look at refreshonly in the docs | ||
| [2010/06/12 06:57:03] <danderson> ah, cheers. | ||
| [2010/06/12 06:57:44] <danderson> can't believe I missed that. Sorry for asking :) | ||
| [2010/06/12 06:57:56] <Volcane> :) | ||
| [2010/06/12 07:01:34] @ Quit: jbarratt: Ping timeout: 264 seconds | ||
| [2010/06/12 07:02:09] @ jbarratt joined channel #puppet | ||
| [2010/06/12 07:02:51] <kjetilho> Volcane: I know it's a common name, but I have to ask: any relation to the footballer? | ||
| [2010/06/12 07:03:29] <Volcane> nope :) | ||
| [2010/06/12 07:03:33] <Volcane> well who knows | ||
| [2010/06/12 07:03:37] <Volcane> my fammily is massive | ||
| [2010/06/12 07:03:41] <Volcane> family | ||
| [2010/06/12 07:03:54] <kjetilho> heh | ||
| [2010/06/12 07:03:55] <Volcane> great grand dad had 32 children | ||
| [2010/06/12 07:03:59] <kjetilho> wow!!! | ||
| [2010/06/12 07:04:28] <Volcane> yeah so i really have no idea, i know maybe 1/2% of my family :) | ||
| [2010/06/12 07:04:57] <kjetilho> it's funny that he only *just* edges you out as the top hit on Google | ||
| [2010/06/12 07:05:04] <Volcane> hehe yeah | ||
| [2010/06/12 07:06:22] <Volcane> my nick name used to be above the big movie lighting company 'arri' luckily its mostly gone from results now | ||
| [2010/06/12 07:22:39] @ rcrowley joined channel #puppet | ||
| [2010/06/12 07:25:58] @ jrisch joined channel #puppet | ||
| [2010/06/12 07:28:01] @ p3rror joined channel #puppet | ||
| [2010/06/12 07:50:48] @ cliff-hm joined channel #puppet | ||
| [2010/06/12 07:52:01] @ Quit: p3rror: Read error: Connection reset by peer | ||
| [2010/06/12 07:52:31] @ Quit: jrisch: Quit: jrisch | ||
| [2010/06/12 07:56:30] <jamesturnbull> gepetto: seen DavidS | ||
| [2010/06/12 07:56:30] <gepetto> jamesturnbull: DavidS was last seen 1 day, 3 hours, 31 minutes and 13 seconds ago, quitting IRC (Read error: Connection reset by peer) | ||
| [2010/06/12 07:59:01] @ KarlHungus joined channel #puppet | ||
| [2010/06/12 07:59:57] <KarlHungus> i'm feeling dumb :( i've enabled reporting on my clients and server, but a puppetd -t run on the client doesnt show anything in its output about sending reports, nor do i see anything about reports in the logs | ||
| [2010/06/12 08:02:58] <Volcane> [puppetd] | ||
| [2010/06/12 08:03:00] <Volcane> report = true | ||
| [2010/06/12 08:03:01] <Volcane> ? | ||
| [2010/06/12 08:04:06] <KarlHungus> yep | ||
| [2010/06/12 08:04:40] <KarlHungus> should i see output in the puppet client run about sending reports? | ||
| [2010/06/12 08:05:01] <Volcane> end of the run yeh | ||
| [2010/06/12 08:05:12] <KarlHungus> yeah. thats what i though :/ | ||
| [2010/06/12 08:05:19] <KarlHungus> thought* | ||
| [2010/06/12 08:05:49] <KarlHungus> its 0.25.1, but i dont recall any reporting bugs in that version | ||
| [2010/06/12 08:12:33] <KarlHungus> heres what i see when i run puppetd -t --report | ||
| [2010/06/12 08:12:35] <KarlHungus> http://pastebin.com/P7RktWAv | ||
| [2010/06/12 08:13:32] <KarlHungus> ahh. damn. nevermind. | ||
| [2010/06/12 08:13:52] <KarlHungus> i am dumb. | ||
| [2010/06/12 08:20:52] @ Quit: brothers: Remote host closed the connection | ||
| [2010/06/12 08:22:34] @ brothers joined channel #puppet | ||
| [2010/06/12 08:25:29] @ Quit: ckauhaus: Quit: Leaving. | ||
| [2010/06/12 08:25:32] @ Disconnect joined channel #puppet | ||
| [2010/06/12 08:25:33] @ Quit: Disconnect: Excess Flood | ||
| [2010/06/12 08:27:14] @ Disconnect joined channel #puppet | ||
| [2010/06/12 08:27:48] @ carlasouza joined channel #puppet | ||
| [2010/06/12 08:29:10] @ Quit: carlasouza: Client Quit | ||
| [2010/06/12 08:30:23] <Volcane> sheesh, having full meta data of remote calls is _so_ nice, cant wait for paramaterised classes to come to puppet and things to get that integrated | ||
| [2010/06/12 08:31:09] @ JJA joined channel #puppet | ||
| [2010/06/12 08:34:38] @ pinoyskull joined channel #puppet | ||
| [2010/06/12 08:41:04] @ acrollet joined channel #puppet | ||
| [2010/06/12 08:42:20] @ Quit: acrollet: Client Quit | ||
| [2010/06/12 08:43:58] @ gaveen joined channel #puppet | ||
| [2010/06/12 08:43:59] @ Quit: gaveen: Changing host | ||
| [2010/06/12 08:43:59] @ gaveen joined channel #puppet | ||
| [2010/06/12 08:50:00] @ Quit: mattock: Quit: Leaving. | ||
| [2010/06/12 08:56:37] @ Quit: rmiller4pi8: Quit: Leaving. | ||
| [2010/06/12 09:16:25] @ p3rror joined channel #puppet | ||
| [2010/06/12 09:21:28] @ Quit: voodoo_: Quit: voodoo | ||
| [2010/06/12 09:22:35] <danderson> is it possible to define a namevar for a define block? | ||
| [2010/06/12 09:23:00] <danderson> seems like all my defines are wasting the namevar with descriptions instead of something useful | ||
| [2010/06/12 09:23:37] <Volcane> name for a define is in my experience extremely important | ||
| [2010/06/12 09:23:47] <Volcane> cos its how you make resources in it unique | ||
| [2010/06/12 09:24:08] <danderson> hmm. | ||
| [2010/06/12 09:26:27] <Volcane> like apache::vhost{"foo.com": ...} | ||
| [2010/06/12 09:26:37] <Volcane> that makes directories, config files, etcetc, all based on foo.com | ||
| [2010/06/12 09:26:38] <danderson> right, I see | ||
| [2010/06/12 09:26:57] <Volcane> file{"/srv/www/${name}":..} | ||
| [2010/06/12 09:27:01] <Volcane> inside the define | ||
| [2010/06/12 09:27:32] <danderson> um, wait, so what does the define line look like for apache::vhost ? | ||
| [2010/06/12 09:27:41] <danderson> define apache::vhost($name, ...) { ? | ||
| [2010/06/12 09:28:53] <Volcane> http://pastie.org/1001874 | ||
| [2010/06/12 09:29:14] <danderson> aha, that's what I was missing, $name is implicit. | ||
| [2010/06/12 09:29:15] <danderson> thanks! | ||
| [2010/06/12 09:29:31] <Volcane> its also how you loop an array and make resources | ||
| [2010/06/12 09:29:44] <Volcane> define print { notice($name) } | ||
| [2010/06/12 09:29:56] @ carlasouza joined channel #puppet | ||
| [2010/06/12 09:29:57] <Volcane> print{["one", "two", "three"]: } | ||
| [2010/06/12 09:30:22] <Volcane> you'll end up with 3 x notice lines | ||
| [2010/06/12 09:31:21] <danderson> right, I see | ||
| [2010/06/12 09:37:20] @ Quit: brothers: Quit: brothers | ||
| [2010/06/12 09:38:58] @ Quit: carlasouza: Quit: brb | ||
| [2010/06/12 09:44:55] @ Quit: JJA: Ping timeout: 260 seconds | ||
| [2010/06/12 09:57:47] @ Quit: p3rror: Ping timeout: 248 seconds | ||
| [2010/06/12 09:59:17] @ bodepd joined channel #puppet | ||
| [2010/06/12 10:03:53] @ littleidea joined channel #puppet | ||
| [2010/06/12 10:05:14] @ Quit: cynicismic: Quit: leaving | ||
| [2010/06/12 10:08:14] @ wilmoore joined channel #puppet | ||
| [2010/06/12 10:13:14] @ jrisch joined channel #puppet | ||
| [2010/06/12 10:18:49] @ Quit: jrisch: Quit: jrisch | ||
| [2010/06/12 10:24:15] @ Quit: adrian_broher: Quit: Verlassend | ||
| [2010/06/12 10:28:10] @ voodoo_ joined channel #puppet | ||
| [2010/06/12 10:39:00] @ Quit: wilmoore: | ||
| [2010/06/12 10:46:30] @ Quit: rcrowley: Quit: rcrowley | ||
| [2010/06/12 10:49:17] @ Quit: bodepd: Quit: bodepd | ||
| [2010/06/12 10:52:29] @ adrian_broher joined channel #puppet | ||
| [2010/06/12 10:54:58] @ Quit: afletcher_: Quit: afletcher_ | ||
| [2010/06/12 11:03:51] @ fluxdude joined channel #puppet | ||
| [2010/06/12 11:04:40] @ jrisch joined channel #puppet | ||
| [2010/06/12 11:06:32] @ Quit: pinoyskull: Quit: Leaving | ||
| [2010/06/12 11:09:22] @ Quit: fluxdude: Ping timeout: 245 seconds | ||
| [2010/06/12 11:09:50] @ afreak left channel #puppet () | ||
| [2010/06/12 11:11:26] @ fluxdude joined channel #puppet | ||
| [2010/06/12 11:13:00] @ bodepd joined channel #puppet | ||
| [2010/06/12 11:13:46] @ Alagar joined channel #puppet | ||
| [2010/06/12 11:21:13] @ allsystemsarego joined channel #puppet | ||
| [2010/06/12 11:21:26] @ Quit: jrisch: Quit: jrisch | ||
| [2010/06/12 11:21:59] @ Quit: jaredrhine: Ping timeout: 260 seconds | ||
| [2010/06/12 11:24:22] @ stewartl42 joined channel #puppet | ||
| [2010/06/12 11:25:42] @ stewartl42 left channel #puppet () | ||
| [2010/06/12 11:29:58] @ jellis-real joined channel #puppet | ||
| [2010/06/12 11:31:01] @ afletcher joined channel #puppet | ||
| [2010/06/12 11:41:34] @ Bass10 joined channel #puppet | ||
| [2010/06/12 11:43:05] @ Quit: Bass10: Max SendQ exceeded | ||
| [2010/06/12 11:43:49] @ Bass10 joined channel #puppet | ||
| [2010/06/12 12:15:58] @ Quit: Alagar: Ping timeout: 264 seconds | ||
| [2010/06/12 12:21:18] @ jrisch joined channel #puppet | ||
| [2010/06/12 12:22:58] @ bodepd left channel #puppet () | ||
| [2010/06/12 12:33:14] @ Quit: jrisch: Quit: jrisch | ||
| [2010/06/12 12:43:07] @ allsystemsarego_ joined channel #puppet | ||
| [2010/06/12 12:43:16] @ carlasouza joined channel #puppet | ||
| [2010/06/12 12:45:12] @ Quit: allsystemsarego: Ping timeout: 245 seconds | ||
| [2010/06/12 12:52:16] @ Alagar joined channel #puppet | ||
| [2010/06/12 12:52:16] @ Quit: Alagar: Excess Flood | ||
| [2010/06/12 13:00:57] @ Quit: allsystemsarego_: Quit: Leaving | ||
| [2010/06/12 13:01:12] @ allsystemsarego joined channel #puppet | ||
| [2010/06/12 13:11:27] @ Quit: carlasouza: Quit: .. | ||
| [2010/06/12 13:20:24] @ acrollet joined channel #puppet | ||
| [2010/06/12 13:24:45] @ Alagar joined channel #puppet | ||
| [2010/06/12 13:24:45] @ Quit: Alagar: Excess Flood | ||
| [2010/06/12 13:31:02] @ Quit: Bass10: Ping timeout: 240 seconds | ||
| [2010/06/12 13:36:37] @ Quit: afletcher: Quit: afletcher | ||
| [2010/06/12 14:00:00] @ Quit: RageLink: Remote host closed the connection | ||
| [2010/06/12 14:02:18] @ bodepd joined channel #puppet | ||
| [2010/06/12 14:02:25] @ Quit: bodepd: Client Quit | ||
| [2010/06/12 14:03:34] @ verwilst joined channel #puppet | ||
| [2010/06/12 14:09:00] @ bodepd joined channel #puppet | ||
| [2010/06/12 14:16:34] @ Quit: bodepd: Quit: bodepd | ||
| [2010/06/12 14:17:16] @ afletcher joined channel #puppet | ||
| [2010/06/12 14:17:44] @ shenson joined channel #puppet | ||
| [2010/06/12 14:18:27] @ Quit: allsystemsarego: Quit: Leaving | ||
| [2010/06/12 14:41:03] @ Quit: adrian_broher: Quit: Verlassend | ||
| [2010/06/12 14:44:06] @ sebas891 joined channel #puppet | ||
| [2010/06/12 14:44:34] @ sebas891 left channel #puppet () | ||
| [2010/06/12 14:54:00] @ \ask joined channel #puppet | ||
| [2010/06/12 15:11:45] @ Quit: giskard: Remote host closed the connection | ||
| [2010/06/12 15:13:36] @ crdant joined channel #puppet | ||
| [2010/06/12 15:14:39] @ Quit: crdant: Client Quit | ||
| [2010/06/12 15:14:39] @ Bass10 joined channel #puppet | ||
| [2010/06/12 15:15:31] @ crdant joined channel #puppet | ||
| [2010/06/12 15:21:46] @ Quit: crdant: Read error: No route to host | ||
| [2010/06/12 15:28:00] @ snowleopard joined channel #puppet | ||
| [2010/06/12 15:32:28] <snowleopard> hi, would someone walk me through the steps needed to get a basic puppet server supporting a puppet client on 10.6.2 mac os. i've downloaded and installed facter and puppet from https://sites.google.com/a/explanatorygap.net/puppet/ | ||
| [2010/06/12 15:34:37] @ p3rror joined channel #puppet | ||
| [2010/06/12 15:39:38] <snowleopard> i believe i read the server and client could be on the same hardware... | ||
| [2010/06/12 15:39:53] <Whoop> Any way I can get puppet to report the facts its loading? | ||
| [2010/06/12 15:40:23] <Volcane> report how? | ||
| [2010/06/12 15:40:23] <Whoop> loading/attempting to load | ||
| [2010/06/12 15:40:29] <Volcane> --test will show you | ||
| [2010/06/12 15:40:31] <Whoop> Well I have this custom fact and i'm not sure its working | ||
| [2010/06/12 15:40:41] <Whoop> Hmm, right, its not showing anything | ||
| [2010/06/12 15:40:49] <Whoop> so I presume that means its not even attempting to load it for whatever reason | ||
| [2010/06/12 15:40:52] <|Mike|> then use --noop | ||
| [2010/06/12 15:41:00] <Volcane> add to config factpath = $vardir/lib/facter | ||
| [2010/06/12 15:41:30] <Whoop> Have done, well, factpath = $confdir/facts | ||
| [2010/06/12 15:41:45] <Whoop> I'll poke around, suspect its one of those late night mistakes | ||
| [2010/06/12 15:42:13] <Volcane> are you using pluginsync? | ||
| [2010/06/12 15:42:14] <|Mike|> snowleopard: I'm not into mac os and puppet, but on Linux you can run puppet locally on a bla.pp without a puppetmasterd :) | ||
| [2010/06/12 15:43:11] <Whoop> No, pluginsync is disabled | ||
| [2010/06/12 15:43:19] <Volcane> then how are you getting the facts out? | ||
| [2010/06/12 15:43:23] <Volcane> to the nodes | ||
| [2010/06/12 15:44:15] <Whoop> manually atm | ||
| [2010/06/12 15:44:27] <Whoop> (e.g. only during testing) | ||
| [2010/06/12 15:44:52] <Volcane> do you have factpath in [puppetd] or [main]? | ||
| [2010/06/12 15:45:16] <Whoop> main | ||
| [2010/06/12 15:45:53] <Volcane> weird | ||
| [2010/06/12 15:46:28] <Whoop> Yeah, ignore, likely me doing something totally stupid | ||
| [2010/06/12 15:46:34] <Whoop> I'll work it out in a minute :P | ||
| [2010/06/12 15:48:10] @ snikkers joined channel #puppet | ||
| [2010/06/12 15:48:23] @ Quit: nexx: Quit: quit | ||
| [2010/06/12 15:51:19] @ Quit: gaveen: Quit: Leaving | ||
| [2010/06/12 15:52:58] @ Quit: snowleopard: Ping timeout: 252 seconds | ||
| [2010/06/12 15:55:12] @ nigelk joined channel #puppet | ||
| [2010/06/12 15:56:15] @ Quit: nigelk: Client Quit | ||
| [2010/06/12 16:14:24] @ jaredrhine joined channel #puppet | ||
| [2010/06/12 16:23:42] @ Quit: Bass10: Ping timeout: 240 seconds | ||
| [2010/06/12 16:34:34] @ Quit: acrollet: Quit: acrollet | ||
| [2010/06/12 16:43:10] @ stanlly joined channel #puppet | ||
| [2010/06/12 16:59:26] @ RageLink joined channel #puppet | ||
| [2010/06/12 17:02:56] @ Quit: verwilst: Quit: Ex-Chat | ||
| [2010/06/12 17:09:11] @ Quit: MattM: Remote host closed the connection | ||
| [2010/06/12 17:12:42] @ Quit: fluxdude: Ping timeout: 245 seconds | ||
| [2010/06/12 17:25:48] @ Quit: felipe`: Ping timeout: 276 seconds | ||
| [2010/06/12 17:26:30] @ _elmata_ joined channel #puppet | ||
| [2010/06/12 17:29:36] @ Quit: RageLink: Ping timeout: 258 seconds | ||
| [2010/06/12 17:37:01] @ MattM joined channel #puppet | ||
| [2010/06/12 17:37:17] @ Quit: p3rror: Read error: Operation timed out | ||
| [2010/06/12 17:38:06] @ acrollet joined channel #puppet | ||
| [2010/06/12 17:40:35] @ Quit: acrollet: Client Quit | ||
| [2010/06/12 17:43:24] @ Quit: \ask: Quit: Leaving... | ||
| [2010/06/12 17:50:22] @ Quit: n3kl: Ping timeout: 240 seconds | ||
| [2010/06/12 17:51:45] @ n3kl joined channel #puppet | ||
| [2010/06/12 17:52:35] @ p3rror joined channel #puppet | ||
| [2010/06/12 17:56:50] @ Quit: shenson: Quit: /me taps out | ||
| [2010/06/12 18:06:01] @ gaveen joined channel #puppet | ||
| [2010/06/12 18:07:07] @ acrollet joined channel #puppet | ||
| [2010/06/12 18:15:21] @ shenson joined channel #puppet | ||
| [2010/06/12 18:15:52] @ Quit: gaveen: Ping timeout: 240 seconds | ||
| [2010/06/12 18:22:50] @ ahuman joined channel #puppet | ||
| [2010/06/12 18:24:02] @ Quit: beata-: Read error: Connection reset by peer | ||
| [2010/06/12 18:25:20] @ beata- joined channel #puppet | ||
| [2010/06/12 18:25:48] @ Quit: n3kl: Ping timeout: 252 seconds | ||
| [2010/06/12 18:27:43] @ n3kl joined channel #puppet | ||
| [2010/06/12 18:28:14] @ gaveen joined channel #puppet | ||
| [2010/06/12 18:30:53] @ Quit: acrollet: Quit: acrollet | ||
| [2010/06/12 18:37:05] @ Quit: ahuman: Remote host closed the connection | ||
| [2010/06/12 18:58:59] @ acrollet joined channel #puppet | ||
| [2010/06/12 19:01:29] @ Quit: acrollet: Client Quit | ||
| [2010/06/12 19:12:23] @ Quit: jellis-real: Ping timeout: 260 seconds | ||
| [2010/06/12 19:17:29] @ Bass10 joined channel #puppet | ||
| [2010/06/12 19:22:29] @ acrollet joined channel #puppet | ||
| [2010/06/12 19:37:33] @ Quit: jab_doa: Quit: Verlassend | ||
| [2010/06/12 19:56:25] @ Quit: acrollet: Quit: acrollet | ||
| [2010/06/12 20:12:14] @ Quit: p3rror: Ping timeout: 272 seconds | ||
| [2010/06/12 20:20:11] @ Quit: beata-: Ping timeout: 258 seconds | ||
| [2010/06/12 20:23:09] @ lak joined channel #puppet | ||
| [2010/06/12 20:25:18] @ p3rror joined channel #puppet | ||
| [2010/06/12 20:31:02] @ Quit: Bass10: Ping timeout: 245 seconds | ||
| [2010/06/12 20:50:37] @ Quit: cliff-hm: Ping timeout: 245 seconds | ||
| [2010/06/12 20:52:08] @ Quit: p3rror: Ping timeout: 272 seconds | ||
| [2010/06/12 20:54:18] @ jellis-real joined channel #puppet | ||
| [2010/06/12 20:59:24] @ Quit: Chiku: Quit: Quitte | ||
| [2010/06/12 20:59:27] @ rmiller4pi8 joined channel #puppet | ||
| [2010/06/12 21:04:59] @ p3rror joined channel #puppet | ||
| [2010/06/12 21:28:17] @ Quit: RDove: Ping timeout: 265 seconds | ||
| [2010/06/12 21:40:54] @ Quit: littleidea: Quit: littleidea | ||
| [2010/06/12 21:41:27] @ RDove joined channel #puppet | ||
| [2010/06/12 21:42:37] @ littleidea joined channel #puppet | ||
| [2010/06/12 21:44:55] @ Quit: lak: Quit: lak | ||
| [2010/06/12 21:46:05] @ Quit: littleidea: Client Quit | ||
| [2010/06/12 21:49:08] @ Quit: LapTop006: Quit: "Server move time" | ||
| [2010/06/12 21:59:03] @ Quit: shenson: Quit: /me taps out | ||
| [2010/06/12 22:02:58] @ Quit: nevyn: Ping timeout: 276 seconds | ||
| [2010/06/12 22:04:02] @ nevyn joined channel #puppet | ||
| [2010/06/12 22:41:02] @ Quit: Phibs: Quit: leaving | ||
| [2010/06/12 22:41:44] @ Phibs joined channel #puppet | ||
| [2010/06/12 23:10:11] @ Alagar joined channel #puppet | ||
| [2010/06/12 23:17:11] @ Quit: Alagar: Ping timeout: 240 seconds | ||
| [2010/06/12 23:17:48] @ Quit: p3rror: Ping timeout: 272 seconds | ||
| [2010/06/12 23:18:33] @ rene joined channel #puppet | ||
| [2010/06/12 23:19:01] @ rene is now known as Guest90782 | ||
| [2010/06/12 23:20:34] @ Quit: Guest90782: Remote host closed the connection | ||
| [2010/06/12 23:22:48] @ Quit: tuf: Read error: Connection reset by peer | ||
| [2010/06/12 23:23:37] @ tuf joined channel #puppet | ||
| [2010/06/12 23:24:17] @ p3rror joined channel #puppet | ||
| [2010/06/12 23:27:30] @ allsystemsarego joined channel #puppet | ||
| [2010/06/12 23:29:50] @ Quit: p3rror: Ping timeout: 272 seconds | ||
| [2010/06/12 23:35:04] @ p3rror joined channel #puppet | ||
| [2010/06/12 23:55:10] @ Quit: p3rror: Ping timeout: 272 seconds |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!