Foreman, puppet and class instantiation

I think this page in the docs should answer how to do that:

http://theforeman.org/manuals/1.1/index.html#4.2.5ParameterizedClasses

Romeo

··· On Sat, Feb 2, 2013 at 4:32 PM, Dennis Jacobfeuerborn < djacobfeuerborn@gmail.com> wrote:

Hi,
I’ve started playing with foreman and I’m at a point where i can fully
deploy a new host. The trouble I now have is how to supply parameter
information to the puppet classes. I installed the following module:
http://forge.puppetlabs.com/saz/ntp/2.0.3
and assigned it to the host and ntp gets installed and started fine. But
now I want to change the server_list parameter so supply my own time
server. The question is how do I do that? I tried setting the parameter
"server_list" under “parameters” to ‘[ “my.server.com” ]’ but that
apparently doesn’t do anything.
What is the proper way to do this?

Regards,
Dennis


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


Romeo

That's for 1.1 which hasn't been released yet.
http://yum.theforeman.org/releases/ only has 0.4 and 1.0.

Regards,
Dennis

··· On Sunday, February 3, 2013 9:10:20 AM UTC+1, Romeo Theriault wrote: > > I think this page in the docs should answer how to do that: > > http://theforeman.org/manuals/1.1/index.html#4.2.5ParameterizedClasses > > Romeo > > > On Sat, Feb 2, 2013 at 4:32 PM, Dennis Jacobfeuerborn < > djacobf...@gmail.com > wrote: > >> Hi, >> I've started playing with foreman and I'm at a point where i can fully >> deploy a new host. The trouble I now have is how to supply parameter >> information to the puppet classes. I installed the following module: >> http://forge.puppetlabs.com/saz/ntp/2.0.3 >> and assigned it to the host and ntp gets installed and started fine. But >> now I want to change the server_list parameter so supply my own time >> server. The question is how do I do that? I tried setting the parameter >> "server_list" under "parameters" to '[ "my.server.com" ]' but that >> apparently doesn't do anything. >> What is the proper way to do this? >> >> Regards, >> Dennis >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com . >> To post to this group, send email to forema...@googlegroups.com >> . >> Visit this group at http://groups.google.com/group/foreman-users?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Romeo >

1.1RC5 packages are available and we expect 1.1 to be out very soon.

Thanks,

Josh

··· On Sun, Feb 3, 2013 at 9:24 AM, Dennis Jacobfeuerborn < djacobfeuerborn@gmail.com> wrote:

That’s for 1.1 which hasn’t been released yet.
http://yum.theforeman.org/releases/ only has 0.4 and 1.0.

Regards,
Dennis

On Sunday, February 3, 2013 9:10:20 AM UTC+1, Romeo Theriault wrote:

I think this page in the docs should answer how to do that:

Index of /manuals1.1/index.html#4.2.
5ParameterizedClasseshttp://theforeman.org/manuals/1.1/index.html#4.2.5ParameterizedClasses

Romeo

On Sat, Feb 2, 2013 at 4:32 PM, Dennis Jacobfeuerborn < >> djacobf...@gmail.com> wrote:

Hi,
I’ve started playing with foreman and I’m at a point where i can fully
deploy a new host. The trouble I now have is how to supply parameter
information to the puppet classes. I installed the following module:
http://forge.puppetlabs.com/**saz/ntp/2.0.3http://forge.puppetlabs.com/saz/ntp/2.0.3
and assigned it to the host and ntp gets installed and started fine. But
now I want to change the server_list parameter so supply my own time
server. The question is how do I do that? I tried setting the parameter
"server_list" under “parameters” to ‘[ “my.server.com” ]’ but that
apparently doesn’t do anything.
What is the proper way to do this?

Regards,
Dennis


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-user…@googlegroups.com.
To post to this group, send email to forema...@googlegroups.com
.

Visit this group at http://groups.google.com/**group/foreman-users?hl=enhttp://groups.google.com/group/foreman-users?hl=en
.
For more options, visit https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
.


Romeo


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

To be clear Puppet parameterized classes aren't supported in 0.4 and
1.0. So you need to run a 1.1rc, or wait for 1.1. -Brian

··· On Sun, Feb 3, 2013 at 9:24 AM, Dennis Jacobfeuerborn wrote: > That's for 1.1 which hasn't been released yet. > http://yum.theforeman.org/releases/ only has 0.4 and 1.0. > > Regards, > Dennis > > > On Sunday, February 3, 2013 9:10:20 AM UTC+1, Romeo Theriault wrote: >> >> I think this page in the docs should answer how to do that: >> >> http://theforeman.org/manuals/1.1/index.html#4.2.5ParameterizedClasses >> >> Romeo >> >> >> On Sat, Feb 2, 2013 at 4:32 PM, Dennis Jacobfeuerborn >> wrote: >>> >>> Hi, >>> I've started playing with foreman and I'm at a point where i can fully >>> deploy a new host. The trouble I now have is how to supply parameter >>> information to the puppet classes. I installed the following module: >>> http://forge.puppetlabs.com/saz/ntp/2.0.3 >>> and assigned it to the host and ntp gets installed and started fine. But >>> now I want to change the server_list parameter so supply my own time server. >>> The question is how do I do that? I tried setting the parameter >>> "server_list" under "parameters" to '[ "my.server.com" ]' but that >>> apparently doesn't do anything. >>> What is the proper way to do this? >>> >>> Regards, >>> Dennis >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Foreman users" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to foreman-user...@googlegroups.com. >>> To post to this group, send email to forema...@googlegroups.com. >>> >>> Visit this group at http://groups.google.com/group/foreman-users?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >> >> >> >> >> -- >> Romeo > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > >

So I am running puppet 2.6.18 foreman 1.2 and I can import class parameters
any ideas?

Thanks,
Bryan

··· from my own modules but the previously mentioned module gives me nothing,

On Sunday, February 3, 2013 7:07:44 PM UTC-8, Brian Gupta wrote:

To be clear Puppet parameterized classes aren’t supported in 0.4 and
1.0. So you need to run a 1.1rc, or wait for 1.1. -Brian

On Sun, Feb 3, 2013 at 9:24 AM, Dennis Jacobfeuerborn > <djacobf...@gmail.com <javascript:>> wrote:

That’s for 1.1 which hasn’t been released yet.
http://yum.theforeman.org/releases/ only has 0.4 and 1.0.

Regards,
Dennis

On Sunday, February 3, 2013 9:10:20 AM UTC+1, Romeo Theriault wrote:

I think this page in the docs should answer how to do that:

Foreman :: Manual

Romeo

On Sat, Feb 2, 2013 at 4:32 PM, Dennis Jacobfeuerborn > >> djacobf...@gmail.com wrote:

Hi,
I’ve started playing with foreman and I’m at a point where i can fully
deploy a new host. The trouble I now have is how to supply parameter
information to the puppet classes. I installed the following module:
http://forge.puppetlabs.com/saz/ntp/2.0.3
and assigned it to the host and ntp gets installed and started fine.
But

now I want to change the server_list parameter so supply my own time
server.

The question is how do I do that? I tried setting the parameter
"server_list" under “parameters” to ‘[ “my.server.com” ]’ but that
apparently doesn’t do anything.
What is the proper way to do this?

Regards,
Dennis


You received this message because you are subscribed to the Google
Groups

“Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an

email to foreman-user...@googlegroups.com.
To post to this group, send email to forema...@googlegroups.com.

Visit this group at http://groups.google.com/group/foreman-users?hl=en.

For more options, visit https://groups.google.com/groups/opt_out.


Romeo


You received this message because you are subscribed to the Google
Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to foreman-user...@googlegroups.com <javascript:>.
To post to this group, send email to forema...@googlegroups.com<javascript:>.

Visit this group at http://groups.google.com/group/foreman-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.