Hi, I have alfresco installed on my puppet master & try to clone it using puppet console to puppet agent nodes but under ''live management'' link, i can not see any of package/group/user/host resources named similar to alfresco even though i can see postgres package resource but no java/alfresco/tomcat resource? Can anyone let me know how to clone the same? Regards. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/dXF-HUHJ_SgJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ryan Coleman
2013-Jan-04 16:20 UTC
Re: [Puppet Users] How to clone alfresco on puppet agents?
Hello, In the future, you may want to pose questions like this to the PE-Users list as live management is a Puppet Enterprise feature. There are likely more people on that list who can directly help with those kinds of questions. On the machine alfresco is installed on, can you inspect the current state of the package your''re looking for with `puppet resource package package-name`? If you don''t know it, you can ask for the state of all packages on the system and pipe it through grep like `puppet resource package | grep foo`. You can replace package with user, group or whatever else you''re looking for. Hopefully that gets you to the point where you''re absolutely sure what the title is of the resource you want to manage. Try taking that to live management and see if it''s just a matter of having the name wrong. HTH, --Ryan On Fri, Jan 4, 2013 at 4:13 AM, lalit jangra <lalit.j.jangra@gmail.com>wrote:> Hi, > > I have alfresco installed on my puppet master & try to clone it using > puppet console to puppet agent nodes but under ''live management'' link, i > can not see any of package/group/user/host resources named similar to > alfresco even though i can see postgres package resource but no > java/alfresco/tomcat resource? > > Can anyone let me know how to clone the same? > > Regards. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/dXF-HUHJ_SgJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- Ryan Coleman | Modules & Forge | @ryanycoleman | ryancoleman in #puppet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ken Barber
2013-Jan-04 17:05 UTC
Re: [Puppet Users] How to clone alfresco on puppet agents?
I don''t think Alfresco is shipped as a formal OS package. It''s just a tarball with an installer script last time I looked, I remember some third-party efforts back in the 2.x days but nothing formal from the company itself (at least not when I worked on Alfresco). Live management only deals with proper OS packages, like RPM''s and Deb''s. I would double check Alfresco is an actual package .... On Fri, Jan 4, 2013 at 12:13 PM, lalit jangra <lalit.j.jangra@gmail.com> wrote:> Hi, > > I have alfresco installed on my puppet master & try to clone it using puppet > console to puppet agent nodes but under ''live management'' link, i can not > see any of package/group/user/host resources named similar to alfresco even > though i can see postgres package resource but no java/alfresco/tomcat > resource? > > Can anyone let me know how to clone the same? > > Regards. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/dXF-HUHJ_SgJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
lalit jangra
2013-Jan-05 13:44 UTC
Re: [Puppet Users] How to clone alfresco on puppet agents?
Thanks, Indeed alfresco can not be told as a package as it contains a number of installations in a tar ball or .bin file. Also i could not find any package named alfresco using puppet resource package | grep alfresco command. So do i have to create my own custom puppet scripts? If so, can anybody help? Regards. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Zgrp7D1ALB8J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ryan Coleman
2013-Jan-08 01:13 UTC
Re: [Puppet Users] How to clone alfresco on puppet agents?
On Sat, Jan 5, 2013 at 5:44 AM, lalit jangra <lalit.j.jangra@gmail.com>wrote:> Thanks, > > Indeed alfresco can not be told as a package as it contains a number of > installations in a tar ball or .bin file. > > Also i could not find any package named alfresco using puppet resource > package | grep alfresco command. > > So do i have to create my own custom puppet scripts? If so, can anybody > help? > >At the least, you''ll probably want to deploy and extract your tar ball. NanLiu/Staging on the Puppet Forge can help you do this. Here''s a link: http://forge.puppetlabs.com/nanliu/staging Please let us know if you have more questions. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.