[Puppet Users] Re: How can i get directory recursively?

2012-09-19 Thread itJunky
It's my fault =( I haeded wrong directive at auth.conf path / auth any #allow * When i uncommented it, i can download directory recursively. вторник, 18 сентября 2012 г., 17:04:32 UTC+4 пользователь itJunky написал: In manifest i have this instruction: file { /etc/apache2: owner

[Puppet Users] Re: Where puppet store the source files?

2012-09-18 Thread itJunky
:12 UTC+2 schreef itJunky het volgende: My main issue it Where i can find directory file_metadata? If I learn it, i can edit auth.conf to it directory. пятница, 14 сентября 2012 г., 18:24:43 UTC+4 пользователь Cosmin-Viorel Ilie написал: I think you need to edit the auth.conf file to allow

[Puppet Users] How can i get directory recursively?

2012-09-18 Thread itJunky
In manifest i have this instruction: file { /etc/apache2: owner = root, group = root, mode = 740, recurse = true, source = puppet:///dist/apache2 } By syntax its right, but on client i see error: err: /Stage[main]/Testing170/File[/etc/apache2]:

[Puppet Users] Re: Where puppet store the source files?

2012-09-17 Thread itJunky
, September 14, 2012 5:12:49 PM UTC+3, itJunky wrote: I have a directive like this: file { /etc/sudoers: owner = root, group = root, mode = 440, source = puppet:///modules/sudo/sudoers } When i try to get this file on puppet agent, i see error: err

[Puppet Users] Where puppet store the source files?

2012-09-14 Thread itJunky
I have a directive like this: file { /etc/sudoers: owner = root, group = root, mode = 440, source = puppet:///modules/sudo/sudoers } When i try to get this file on puppet agent, i see error: err: /Stage[main]/Sudo/File[/etc/sudoers]: Could not evaluate: