We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, we tested against debian servers but doesn't create or replace the /etc/network/interfaces file. Our configuration is
Puppet master 3.4.3 (on Ubuntu 14.04) Puppet agent 2.7.23 (on Debian 7.5)
with this configuration on the node
network_config { 'eth0': ensure => 'present', family => 'inet', ipaddress => '172.16.0.120', method => 'static', netmask => '255.255.0.0', onboot => 'true', }
What else can we look to solve this issue? Thank you.
The text was updated successfully, but these errors were encountered:
Can you show some debug info from the agent? EG puppet agent -t --debug
puppet agent -t --debug
Sorry, something went wrong.
Closed for lack of activity.
No branches or pull requests
Hi, we tested against debian servers but doesn't create or replace the /etc/network/interfaces file. Our configuration is
Puppet master 3.4.3 (on Ubuntu 14.04)
Puppet agent 2.7.23 (on Debian 7.5)
with this configuration on the node
network_config { 'eth0':
ensure => 'present',
family => 'inet',
ipaddress => '172.16.0.120',
method => 'static',
netmask => '255.255.0.0',
onboot => 'true',
}
What else can we look to solve this issue?
Thank you.
The text was updated successfully, but these errors were encountered: