Skip to content
New issue

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

It runs but doesn't do anything on the agent #79

Closed
gonzalobrandan opened this issue Aug 6, 2014 · 2 comments
Closed

It runs but doesn't do anything on the agent #79

gonzalobrandan opened this issue Aug 6, 2014 · 2 comments

Comments

@gonzalobrandan
Copy link

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.

@pieterlange
Copy link

Can you show some debug info from the agent? EG puppet agent -t --debug

@adrienthebo
Copy link
Member

Closed for lack of activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants