This cdist type allows you to manage apt sources.
uri
arch
state
distribution
component
include-src
__apt_source rabbitmq \ --uri http://www.rabbitmq.com/debian/ \ --distribution testing \ --component main \ --include-src \ --state present __apt_source canonical_partner \ --uri http://archive.canonical.com/ \ --component partner --state present
Copyright (C) 2011-2014 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).
Steven Armstrong <steven-cdist--@--armstrong.cc>