How hard would it be to add a flag / option to reductivelabs projects
that use git, to tell git to use the http
method?

So it would tell git to use http:// instead of git://

example:
git clone http://reductivelabs.com/puppet

maybe something like this http://reductivelabs.com/repos/git/puppet

Would that be possible?

Regards, Sebastian.

On Mon, Mar 2, 2009 at 8:37 PM, Sebastian Krueger <sebykrue...@gmail.com> wrote:
> it's definitely version 0.24.7.
>
> At least that's the only version I've ever downloaded. I'm running
> SLES 10.2. Not sure if that makes any difference compared to Gentoo?
>
> I can't seem to work out how to download the source from git through
> our proxy. Looks like our proxy doesn't support "CONNECT" requests. As
> I'm still relatively new to Ruby, can someone point me to the source
> file and I'll compare the code manually?
>
> Cheers, Sebastian.
>
> On Tue, Mar 3, 2009 at 12:30 AM,  <nick.maystre...@gmail.com> wrote:
>>
>> On Mon, 02 Mar 2009 05:50:42 -0000, Sebastian Krueger
>> <sebykrue...@gmail.com> wrote:
>>
>>> Hi Nick,
>>>
>>> I've added in the membership => inclusive part but it's still trying to
>>> reassign the groupmembership all the time.
>>>
>>> Regards, Sebastian.
>>>
>>> On Mon, Mar 2, 2009 at 10:39 PM, <nick.maystre...@gmail.com> wrote:
>>>
>>>>
>>>> On Mon, 02 Mar 2009 03:46:55 -0000, Sebastian Krueger
>>>> <sebykrue...@gmail.com> wrote:
>>>>
>>>> > Hi list,
>>>> >
>>>> > I want the ensure that the eaiadmin user is always a member of the
>>>> users
>>>> > group. I use the following configuration:
>>>> >
>>>> > class baseusers {
>>>> >     include virt_groups, virt_users
>>>> >
>>>> >     realize(
>>>> >         Group["eaiadmin"],
>>>> >         Group["users"]
>>>> >     )
>>>> >
>>>> >     realize(
>>>> >         User["eaiadmin"]
>>>> >     )
>>>> >
>>>> > }
>>>> >
>>>> > class virt_users {
>>>> >         @user { "eaiadmin":
>>>> >                 gid    => "30",
>>>> >                 ensure => present,
>>>> >                 groups => [ "users" ]
>>>> >         }
>>>> > }
>>>> >
>>>> > class virt_groups {
>>>> >         @group { "eaiadmin":
>>>> >                 gid     => "30",
>>>> >                 ensure  => present
>>>> >         }
>>>> >         @group { "users":
>>>> >                 gid     => "100",
>>>> >                 ensure  => present
>>>> >         }
>>>> > }
>>>>
>>>> Hi Sebastian,
>>>> I think u must try to add "membership => inclusive" in @user for more
>>>> "stability". Btw what is u puppet version, cuz as i see "groups" are
>>>> version sensitive.
>>>> And look here
>>>> http://reductivelabs.com/trac/puppet/wiki/TypeReference#id312
>>>>
>>>> >
>>>>
>>>
>>> >
>>
>>
>> If puppetd doin groups reassign all time, so it is not 0.24.7 version. I
>> have same issue in 0.24.4 on gentoo. In 0.24.7 with membership I don have
>> any problems with "groups".
>>
>> >>
>>
>

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

Reply via email to