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

cannot set "install_on_shutdown" and "remove" #36

Closed
enboig opened this issue Nov 13, 2015 · 1 comment
Closed

cannot set "install_on_shutdown" and "remove" #36

enboig opened this issue Nov 13, 2015 · 1 comment

Comments

@enboig
Copy link

enboig commented Nov 13, 2015

If I set:
class {'unattended_upgrades':
enable => '1',
install_on_shutdown => true,
auto => { 'reboot' => false, 'remove' => false, },
}
I get
Unattended-Upgrade::InstallOnShutdown "true";
Unattended-Upgrade::Remove-Unused-Dependencies "false";

Setting
class {'unattended_upgrades':
enable => '1',
install_on_shutdown => false,
auto => { 'reboot' => false, 'remove' => false, },
}
I get
Unattended-Upgrade::InstallOnShutdown "false";
Unattended-Upgrade::Remove-Unused-Dependencies "true";

Why I cannot get updates at shutdown and remove unused dependencies at the same time?

@enboig
Copy link
Author

enboig commented Nov 13, 2015

it appear to work... I will check and repost if necessary.

@enboig enboig closed this as completed Nov 13, 2015
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

1 participant