[Puppet Users] Re: SQL server install express / enterprise

2017-04-18 Thread Ryan Vande
Answer was puppetlabs/sqlserver does not work on express/free stuff On Monday, April 17, 2017 at 10:25:57 AM UTC-5, Ryan Vande wrote: > > I want to install this on my test env at home but i dont have access to > en_sql_server_2012_enterprise_edition_x86_x64 without having a

[Puppet Users] SQL server install express / enterprise

2017-04-17 Thread Ryan Vande
I want to install this on my test env at home but i dont have access to en_sql_server_2012_enterprise_edition_x86_x64 without having a microsoft subscription which cost money. Can I just use express edition for my test environment? Then use the same puppet code within my Org where they use en

[Puppet Users] puppet windows base older version 7zip

2017-04-10 Thread Ryan Vande
During our chocolatey install in our base_windows.pp it installs the latest version of 7-zip I believe it does this VIA the powershell script InstallChocolatey.ps1.erb " Write-Output "Download 7Zip commandline tool" $7zaExe = Join-Path $tempDir '7za.exe' Download-File 'https://chocolatey.or

[Puppet Users] Re: puppet-archive

2017-04-03 Thread Ryan Vande
I think I know what you mean if c:\te_agent_8.4.2_en_windows_x86_64 oh nvm i get what your saying there is an msi inside the zip so I want it to creates = {dir}\flename.msi On Monday, April 3, 2017 at 10:53:44 AM UTC-5, Ryan Vande wrote: > > Can you explain further? > > As of no

[Puppet Users] Re: puppet-archive

2017-04-03 Thread Ryan Vande
ely a directory (and does exist). I'd say it has to be >> this: >> >> >> creates => "${windir}/te_agent_8.4.2_en_windows_x86_64.zip" >> >> >> >> >> On Monday, 3 April 2017 15:42:56 UTC+1, Ryan Vande wrote: >>> >>>

[Puppet Users] puppet-archive

2017-04-03 Thread Ryan Vande
I posted this in slack puppet community, lets see if I can get more ideas here I have the following setup when puppet runs on the agent puppet node, no errors happen but nothing else happens either, have a look please Im using Puppet Archive for the following Puppetfile: mod 'puppet-archiv

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-29 Thread Ryan Vande
ng anything to it. Also I was looking at the error log you > posted earlier. It is reporting a 404 error. Is that port open? Is > something listening on that port? > > netstat -tupan | grep 4432 > > Thanks, > Joshua Schaeffer > > On Monday, March 27, 2017 at 5:47:24 AM

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-27 Thread Ryan Vande
I don't know, my system time is correct... It might had been off at the beginning but as of now it is correct might have I already did the damage and now its stuck being broke forever? On Monday, March 27, 2017 at 1:53:36 AM UTC-5, Ryan Vande wrote: > > There is a date time thing I

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-26 Thread Ryan Vande
ring with Puppet operations. > > Thanks, > Joshua Schaeffer > > On Saturday, March 25, 2017 at 8:20:11 PM UTC-6, Ryan Vande wrote: >> >> I got this from console-services.log >> >> " >> >> 2017-03-25 22:10:48,337 [qtp1717623735-78] INFO [p.c.cla

[Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
e 404 org.apache.http.nio.entity.ContentInputStream@3219020f " On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote: > > I got my puppetserver to a point where I liked it, I did a clone of the VM > in case anything ever went wrong > > Something went wrong so I spun u

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
, 2017 at 5:32 PM, Ryan Vande > wrote: > >> Hi lyndsey, >> >> Yes it is on disc , I searched my basemodule path and my modulepath and >> I see the classes that the console is X'ing out.. They are on Disc/server.. >> for some reason the console does not beli

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
What if I clean out the code directory, shouldn't they sync from staging back to code? On Saturday, March 25, 2017 at 7:32:54 PM UTC-5, Ryan Vande wrote: > > Hi lyndsey, > > Yes it is on disc , I searched my basemodule path and my modulepath and I > see the classes that

Re: [Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
y are? Thank you for your response On Saturday, March 25, 2017 at 7:11:28 PM UTC-5, Lindsey Smith wrote: > > > > On Sat, Mar 25, 2017 at 4:24 PM, Ryan Vande > wrote: > >> Every single class is missing , I cannot load any classes >> > > Is the code fo

[Puppet Users] Re: Restore of puppet server vm

2017-03-25 Thread Ryan Vande
Every single class is missing , I cannot load any classes SMH :( On Saturday, March 25, 2017 at 6:15:08 PM UTC-5, Ryan Vande wrote: > > I got my puppetserver to a point where I liked it, I did a clone of the VM > in case anything ever went wrong > > Something went wrong s

[Puppet Users] Re: Configuring code manager

2017-03-06 Thread Ryan Vande
ation find "puppet_enterprise::profile::master::r10k_private_key": and add the following "/etc/puppetlabs/puppetserver/ssh/Newlycretedkey.rsa" Oh and you can turn on file sync goto git hub and add Newlycreatedkey.pub contents into git hub Easy peasy On Saturday, March 4,

[Puppet Users] Re: Configuring code manager

2017-03-06 Thread Ryan Vande
ppet_enterprise::profile::master::r10k_private_key": and add the following "/etc/puppetlabs/puppetserver/ssh/Newlycretedkey.rsa" Oh and you can turn on file sync goto git hub and add Newlycreatedkey.pub contents into git hub Easy peasy On Saturday, March 4, 2017 at 3:27

[Puppet Users] Configuring code manager

2017-03-04 Thread Ryan Vande
Part of setting up code manager there is a section where you must point puppet_enterprise::profile::master::r10k_private_key to the location of the SSH key. I'm guessing this is an ssh key you setup with https://docs.puppet.com/pe/latest/cmgmt_control_repo.html#set-up-your-git-repo? So I setup

Re: [Puppet Users] puppetlabs-sqlserver

2017-03-02 Thread Ryan Vande
wrong On Thursday, March 2, 2017 at 6:59:19 AM UTC-5, Martin Alfke wrote: > > There is not type mssql_instance in the module: > https://forge.puppet.com/puppetlabs/sqlserver/types > > Did you follow the setup description? > https://forge.puppet.com/puppetlabs/sqlserver/read

[Puppet Users] puppetlabs-sqlserver

2017-03-02 Thread Ryan Vande
Here is my puppet module list --all /etc/puppetlabs/code/environments/production/site ├── puppetlabs-ntp (v6.0.0) ├──* puppetlabs-sqlserver (v1.1.5)* *└── puppetlabs-stdlib (v4.15.0)* /etc/puppetlabs/code/environments/production/modules (no modules installed) /etc/puppetlabs/code/modules (no module

[Puppet Users] Re: puppet ruby code documentation needed

2017-01-23 Thread Ryan Vande
https://puppet.com/blog/unit-testing-rspec-puppet-for-beginners?ls=social-media&ccn=integrated-pe&pub=facebook&cid=701G001BZCK&utm_medium=social-media&utm_campaign=integrated-pe&utm_source=facebook&utm_content=blog-post-pe On Sunday, January 22, 2017 at 3:23:3

[Puppet Users] puppet ruby code documentation needed

2017-01-22 Thread Ryan Vande
I posted this before with a subject line that was vague, i will repost with a more detailed subject line I need some good documentation on ruby code for putting together puppet rake beaker tests.. I need to add some code for my acceptance class rb script. Is there documents out there that anyo

[Puppet Users] Puppet acceptance testing

2017-01-17 Thread Ryan Vande
I need some good documentation on ruby code/puppet rake beaker.. I need to add some code for my acceptance class rb script. Is there documents out there that anyone can provide? Thank you , -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To u

[Puppet Users] Re: 2016.4.2 puppet enterprise

2017-01-17 Thread Ryan Vande
Thank you, the addy worked and they responded within 20 minutes, thank you very much On Monday, January 9, 2017 at 10:54:20 AM UTC-5, Ryan Vande wrote: > > I have installed puppet enterprise 2016.4.2 and am using the free ten > nodes license. > > I am studying for the ppt-20

Re: [Puppet Users] 2016.4.2 puppet enterprise

2017-01-12 Thread Ryan Vande
9, 2017 at 2:25:54 PM UTC-5, Carthik Sharma wrote: > > Hi Ryan, > > On Mon, Jan 9, 2017 at 9:40 AM, Ryan Vande > wrote: > >> I went to take the test last week, they had questions about live >> management. To be honest the testing center monitors were so small all of

Re: [Puppet Users] 2016.4.2 puppet enterprise

2017-01-09 Thread Ryan Vande
t's not on the > test because of that, even if it's still in some study guides. > > > Rob Nelson > rnel...@gmail.com > > On Mon, Jan 9, 2017 at 10:34 AM, Ryan Vande > wrote: > >> I have installed puppet enterprise 2016.4.2 and am using the free ten >> n

[Puppet Users] 2016.4.2 puppet enterprise

2017-01-09 Thread Ryan Vande
I have installed puppet enterprise 2016.4.2 and am using the free ten nodes license. I am studying for the ppt-204 and have seen questions related to live management. I have searched high / low / left / right , where do live management go? All examples shown for live management show that is av