[Puppet Users] Re: adding repositories to sources.list

2012-12-18 Thread Maxym Pendyshchuk
thanks for reply and another way to write it. And yes, in result I get two files in sources.list.d directory. Is here any way to make it 1? I tried something like: apt::source { foo: location => [ 'first_location', 'second_location' ] ... } but it does not work... I know that in my ca

[Puppet Users] adding repositories to sources.list

2012-12-18 Thread Maxym Pendyshchuk
Dear puppet community! I need to add some repositories to sources.list to be able to install sun jdk: deb-src http://security.debian.org/ lenny/updates main non-free deb http://security.debian.org/ lenny/updates main non-free deb-src http://mirrors.kernel.org/debian/ lenny main non-free deb http

[Puppet Users] Re: can I install modules based on manifest file?

2012-12-12 Thread Maxym Pendyshchuk
e are e.g. few different modules for postgresql and I need to know what exactly is/was used for my manifest. On Wednesday, December 12, 2012 4:57:21 PM UTC+2, jcbollinger wrote: > > > > On Tuesday, December 11, 2012 9:23:39 AM UTC-6, Maxym Pendyshchuk wrote: >> >> Dear puppet

[Puppet Users] can I install modules based on manifest file?

2012-12-11 Thread Maxym Pendyshchuk
Dear puppet community! I am new to puppet, just started to play with.. And I got a question (hopefully not too silly): I use a standalone version to play with. I wrote a script to install PostgreSQL DB, it uses a module puppetlabs /postgresql so to run t