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.jan...@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+unsubscr...@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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.