Issue #9657 has been updated by Randall Hansen.
(From email): Want to avoid the puppet apply --apply or:
use_cached_catalog = false
usecacheonfailure = true
I'm thinking about adding puppet apply --allow_device:
This is most commonly used with:
puppet apply --allow_device --deviceconfig
----
**Randall says:**
I'm not sure exactly what this option would do. What would you pass to it?
How do those config flags relate to the option?
----------------------------------------
Feature #9657: Improve puppet apply to support network device
https://projects.puppetlabs.com/issues/9657
Author: Nan Liu
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version: 2.7.x
Affected Puppet version: 2.7.3
Keywords: network, device
Branch:
After writing additional network device, it seems reasonable to support device
in puppet apply. Currently network resources are skipped:
debug: /Stage[main]//F5_virtualserver[www-http]: Skipping device resources
because running on a host
debug: /Stage[main]//F5_virtualserver[www-https]: Skipping device resources
because running on a host
Rather than having two separate modules with slight differences (see:
https://github.com/puppetlabs/puppetlabs-f5/issues/42). It makes sense to
ensure puppet resource and puppet apply also supports --deviceconfig option.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.