Re: [Puppet Users] Packages via puppet

2014-10-21 Thread Werner Flamme
AAB !! [21.10.2014 13:07]: > Thanks for you answer, could you give me example ? What will be its syntax ? I do not use Debian, but using a search engine with "puppet debian responsefile" lead me straight to . HTH, Werner --

Re: [Puppet Users] Packages via puppet

2014-10-21 Thread AAB !!
Thanks for you answer, could you give me example ? What will be its syntax ? On Tuesday, October 21, 2014 12:47:45 PM UTC+2, Martin Alfke wrote: > > The package provider has a response file attribute. > > puppet describe package: > > - **responsefile** > A file containing any necessary ans

Re: [Puppet Users] Packages via puppet

2014-10-21 Thread Martin Alfke
The package provider has a response file attribute. puppet describe package: - **responsefile** A file containing any necessary answers to questions asked by the package. This is currently used on Solaris and Debian. The value will be validated according to system rules, but it shou

[Puppet Users] Packages via puppet

2014-10-21 Thread AAB !!
Hi, Many packages have many questions during installation, how can I answer those when installing them via puppet ? apt-get install xyz has many question about the package I am installing, how would I do it via puppet ? Regards -- You received this message because you are subscribed to the Go

Re: [Puppet Users] packages via puppet

2014-10-16 Thread Jeremy T. Bouse
On 10/16/2014 10:02 AM, AAB !! wrote: > Secondly, would the following execute "apt-get update" every time on > agent's scheduled execution (runinterval) ? or would it only run for the > first time and would not run unless some changes are made to this class > file on puppet master ? > >ex

[Puppet Users] packages via puppet

2014-10-16 Thread AAB !!
Hi, Could someone tell me how can I answer different questions while installing package via puppet. For example password for mysql-server ? many packages have many questions during installation, how can I answer those when installing them via puppet ? Secondly, would the following execute "ap