~mark-mims/charms/precise/summit/trunk

« back to all changes in this revision

Viewing changes to manifests/initial_state.pp

  • Committer: Mark Mims
  • Date: 2012-03-13 19:34:44 UTC
  • Revision ID: mark.mims@canonical.com-20120313193444-vzpgwxrx5869f0a5
screwing around with django manage commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# be checked). In the mean-time, ensure our templates are available.
31
31
file { "/etc/puppet/templates/apache-django-wsgi":
32
32
  ensure => link,
33
 
  target => "$::charm_dir/hooks/templates",
 
33
  target => "$::charm_dir/templates",
34
34
}