Re: [Puppet Users] Encrypt Passwords in Manifests

2013-04-03 Thread Vladimir Rutsky
quot;Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more

Re: [Puppet Users] Re: Windows Remote Desktop Services (Could not find a suitable provider for dism)

2013-03-14 Thread Vladimir Rutsky
ctly. I think running "change user / install" in dism Puppet module is bad idea, most probably Terminal Server breaks other Puppet modules too. Maybe you should run whole puppet client in this "change user / install" mode? Do you resolved "error code 194" problem? I&

Re: [Puppet Users] Re: Windows Remote Desktop Services (Could not find a suitable provider for dism)

2013-03-14 Thread Vladimir Rutsky
k. I recommend you to get version from there: https://github.com/vrutsky/puppetlabs-dism , this should fix issue with first error "Unexpected exitcode: 194". Source of second issue, "C:\Users\Administrator\WINDOWS\sysnative\Dism.exe does not exist, not clear to me. -- Vladimir Rutsk

Re: [Puppet Users] Re: Windows Remote Desktop Services (Could not find a suitable provider for dism)

2013-03-13 Thread Vladimir Rutsky
S\sysnative\Dism.exe >> does not exist >> notice: >> /Stage[main]/Roles::Base::**Activate_windows_2008/Exec[**apply_activate_windows_2008]: >> Dependency Dism[NetFx3] has failures: true >> warning: >> /Stage[main]/Roles::Base::**Activate_windows_2008/Exec[**apply_activ

Re: [Puppet Users] Re: Windows Remote Desktop Services (Could not find a suitable provider for dism)

2013-03-13 Thread Vladimir Rutsky
_activate_windows_2008]: > Skipping because of failed dependencies > debug: Puppet::Type::Dism::ProviderDism: file > C:\Users\Administrator\WINDOWS\sysnative\Dism.exe does not exist > err: Could not find a suitable provider for dism > debug: Finishing transaction 141366492 > > I hope t

Re: [Puppet Users] Re: Windows Remote Desktop Services (Could not find a suitable provider for dism)

2013-03-13 Thread Vladimir Rutsky
inal Server), it works fine with other roles/features like IIS etc > > I updated DISM from github by overwritting both lib / spec directorys > > > On Wednesday, 13 March 2013 12:08:17 UTC, Vladimir Rutsky wrote: >> >> Hello, >> >> How you installed dism module?

Re: [Puppet Users] Re: Windows Remote Desktop Services (Could not find a suitable provider for dism)

2013-03-13 Thread Vladimir Rutsky
Hello, How you installed dism module? I "intalled" dism by copying dism git repository contents into /etc/puppet/modules/dism/ and don't observe error that you have. -- Vladimir Rutsky -- You received this message because you are subscribed to the Google Groups "Pup

Re: [Puppet Users] Re: Access variables defined in defined type

2013-01-21 Thread Vladimir Rutsky
John, thank you for providing such complete example! I definitely will use ideas from it in my scripts. -- Vladimir Rutsky On Tue, Jan 15, 2013 at 9:43 PM, jcbollinger wrote: > > > On Tuesday, January 15, 2013 4:56:13 AM UTC-6, Vladimir Rutsky wrote: >> >> >> On F

Re: [Puppet Users] Re: Access variables defined in defined type

2013-01-15 Thread Vladimir Rutsky
On Fri, Jan 11, 2013 at 6:14 PM, jcbollinger wrote: > > > On Friday, January 11, 2013 4:45:49 AM UTC-6, Vladimir Rutsky wrote: > >> Can you suggest solution to my problem? >> >> > > Generally speaking, the Puppet way of approaching such problems is to have >

Re: [Puppet Users] Re: Access variables defined in defined type

2013-01-11 Thread Vladimir Rutsky
Thank you for your reply. On Fri, Jan 11, 2013 at 1:06 AM, llowder wrote: > > > On Thursday, January 10, 2013 2:53:34 PM UTC-6, Vladimir Rutsky wrote: >> >> Sorry, there is a typo in example: >> >> define python_virtualenv( $directory ) { >>

[Puppet Users] Re: Access variables defined in defined type

2013-01-10 Thread Vladimir Rutsky
class { 'django-cache': easy_install => ???$Python_virtualenv['env for Django']::easy_install??? } class { 'worker': easy_install => ???$Python_virtualenv['env for Worker']::easy_install??? } Question remains the same: how to access $easy_install variab

[Puppet Users] Access variables defined in defined type

2013-01-10 Thread Vladimir Rutsky
_virtualenv['env for Django']::binary_dir??? } class { 'django-cache': easy_install => ???$Python_virtualenv['env for Django']::binary_dir??? } class { 'worker': easy_install => ???$Python_virtualenv['env for Worker']::binary_dir??? } How to a