Meeting Log - 2009-10-15

2009-10-15 Thread Ricky Zhou
20:06 mmcgrath #startmeeting 20:06 zodbot Meeting started Thu Oct 15 20:06:16 2009 UTC. The chair is mmcgrath. Information about MeetBot at http://wiki.debian.org/MeetBot. 20:06 zodbot Useful Commands: #action #agreed #halp #info #idea #link #topic. 20:06 mmcgrath Who's here? 20:06 * a-k is

[PATCH] Add a module for lftp package

2009-10-15 Thread Jesse Keating
--- modules/lftp/manifests/init.pp |5 + 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 modules/lftp/manifests/init.pp diff --git a/modules/lftp/manifests/init.pp b/modules/lftp/manifests/init.pp new file mode 100644 index 000..abd88b8 --- /dev/null +++

[PATCH] Add sigul and lftp packages to compose hosts

2009-10-15 Thread Jesse Keating
--- manifests/servergroups/compose.pp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/manifests/servergroups/compose.pp b/manifests/servergroups/compose.pp index b2cb3ab..49c78f4 100644 --- a/manifests/servergroups/compose.pp +++ b/manifests/servergroups/compose.pp @@

Re: [PATCH] Add a module for lftp package

2009-10-15 Thread Jesse Keating
On Thu, 2009-10-15 at 22:48 +, Jesse Keating wrote: +++ b/modules/lftp/manifests/init.pp @@ -0,0 +1,5 @@ +class sigul { + +package { lftp: +ensure = installed, +} -- Mike pointed out that this is wrong. It now reads: class lftp::package { package { lftp:

Re: [PATCH] Add a module for lftp package

2009-10-15 Thread Mike McGrath
On Thu, 15 Oct 2009, Jesse Keating wrote: On Thu, 2009-10-15 at 22:48 +, Jesse Keating wrote: +++ b/modules/lftp/manifests/init.pp @@ -0,0 +1,5 @@ +class sigul { + +package { lftp: +ensure = installed, +} -- Mike pointed out that this is wrong. It now

Re: [PATCH] Add sigul and lftp packages to compose hosts

2009-10-15 Thread Mike McGrath
On Thu, 15 Oct 2009, Jesse Keating wrote: --- manifests/servergroups/compose.pp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/manifests/servergroups/compose.pp b/manifests/servergroups/compose.pp index b2cb3ab..49c78f4 100644 ---

Re: [PATCH] Add a module for lftp package

2009-10-15 Thread Dennis Gilmore
On Thursday 15 October 2009 05:59:47 pm Mike McGrath wrote: On Thu, 15 Oct 2009, Jesse Keating wrote: On Thu, 2009-10-15 at 22:48 +, Jesse Keating wrote: +++ b/modules/lftp/manifests/init.pp @@ -0,0 +1,5 @@ +class sigul { + +package { lftp: +ensure = installed,

Re: [PATCH] Add sigul and lftp packages to compose hosts

2009-10-15 Thread Dennis Gilmore
On Thursday 15 October 2009 06:00:07 pm Mike McGrath wrote: On Thu, 15 Oct 2009, Jesse Keating wrote: --- manifests/servergroups/compose.pp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/manifests/servergroups/compose.pp b/manifests/servergroups/compose.pp