How do I properly use "upgrade" option for chocolatey_package resource?

Hello,

I expected that if I put action :upgrade as property for chocolatey_package then it will install and keep the latest version of package on system. Unfortunately it does not include task of installation and seems to be only upgrading packages which are already installed. What would be the properly recipe which will install and keep all packages updated to latest version automatically?