Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
Remove redundant add action from examples in apt/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sometimesfood authored and jtimberman committed Feb 2, 2012
1 parent cb89bd3 commit ab0b385
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apt/README.md
Expand Up @@ -62,9 +62,7 @@ This LWRP provides an easy way to manage additional APT repositories. Adding a n
# add the Zenoss repo
apt_repository "zenoss" do
uri "http://dev.zenoss.org/deb"
distribution "main"
components ["stable"]
action :add
components ["main","stable"]
end

# add the Nginx PPA; grab key from keyserver
Expand All @@ -74,7 +72,6 @@ This LWRP provides an easy way to manage additional APT repositories. Adding a n
components ["main"]
keyserver "keyserver.ubuntu.com"
key "C300EE8C"
action :add
end

# add the Cloudkick Repo
Expand All @@ -83,7 +80,6 @@ This LWRP provides an easy way to manage additional APT repositories. Adding a n
distribution node['lsb']['codename']
components ["main"]
key "http://packages.cloudkick.com/cloudkick.packages.key"
action :add
end

# remove Zenoss repo
Expand Down

0 comments on commit ab0b385

Please sign in to comment.