You might want to put sudo or gksu in front of the command. OR make sure that your application is running with root. – Alex WAug 9 '12 at 16:41
Adding sudo or gksu doesn't make any difference. The application is currently running as root. – Honza PokornyAug 9 '12 at 16:46
Is your virtualbox able to reach the outside world? E.G. can it ping the remote repos? – EnabrenTaneAug 10 '12 at 0:53
do you have the apt recipe included in your run_list? if so, it already defines a resource called execute[apt-get update] which has an action of :nothing. – turtlebenderAug 10 '12 at 1:47
Have you tried using the bash resource instead? But I also suggest the apt cookbook. – Nils LandtSep 9 '12 at 1:32
sudoorgksuin front of the command. OR make sure that your application is running with root. – Alex W Aug 9 '12 at 16:41sudoorgksudoesn't make any difference. The application is currently running as root. – Honza Pokorny Aug 9 '12 at 16:46bashresource instead? But I also suggest the apt cookbook. – Nils Landt Sep 9 '12 at 1:32