Hi Ringo,Due to many trials, couldn't get that working. So, just went the old school way with `execute ...` resource.But I'd like to do it the LWRP way. Can you also post your `apt_repository ....` block code as well!I'd appreciate that.
# add the Mercurial PPA; grab key from keyserver apt_repository "mercurial-ppa" do uri "http://ppa.launchpad.net/mercurial-ppa/releases/ubuntu" distribution node['lsb']['codename'] components ["main"] keyserver "keyserver.ubuntu.com" key "323293EE" action :add end execute "apt-get update" do action :run end
Archive powered by MHonArc 2.6.16.