Objects matching the expression 'resource'
- #623 documentation for export/collection and virtual resources (collection, export, resource, virtual)
- #974 filenames with opening bracket characters generate exceptions (exception, file, resource)
- #975 regex characters in filenames are not properly quoted (error, file, regex, resource)
- #1044 It should be possible to specify relationships to all resources of a given type (graph, relationships, resource)
- #1094 resource aliases aren't being validated (alias, require, resource)
- #1127 MD5 checksums being reported as changed on each run (changes, md5, resource)
- #1221 adding an alias to a resource with the same name as that resource causes warning (alias, already, defined, definition, duplicate, resource)
- ImprovedResourceIdentification Puppet currently uses what is known as the *namevar* to uniquely identify resources, so you don't try to manage twice the same resource in the same manifest. For example, in the case of files, the whole path of the file acts as the namevar, so if you include two file resources with the same path in a manifest puppet will abort showing an error. This is not enough, as in certain cases the namevar parameter doesn't uniquely identify a resource. For example, in Gentoo you may have two different packages with the same name under different categories (dev-java/ant and app-vim/ant or app-admin/sudo and app-vim/sudo, to name a few), so you wouldn't be able to install both those packages with puppet, as it would think they are the same one. Proposed solution (development, identification, resource)